best education system wordpress themes

th-
https://themeforest.net/item/teach-me-education-wordpress-theme/16853935?s_rank=17
http://sayidan.kenzap.com/
=======

Academia v1.14 – Education Center WordPress Theme Changelog
varsita

eLearning WP v2.3.5 – LMS WordPress Theme.zip
WPLMS Learning Management System

University v2.0.18 – Education, Event and Course

how to solve rendering problems in android studio

how to solve rendering problems in android studio

 

it simple to solve a rendering problems in android studio

in a Android studio you create new  project that time it ask a api level and version

you are select some api and version of

 

after Android studio start showing  a rendering error so in design view right side api and Android version change to you selected in project Creation time

 

now your probables is solved.

i am write a blog simple and short way so any developer can easy to solve a error

 

write a comments so i can improve my blog writing.

 

 

 

 

write a program to read a string and a character, call a function with pointer arguments to generate a new string after removing all occurrences of the specific character. print original string and new string from main()

write a program to read a string and a character, call a function with pointer arguments to generate a new string after removing all occurrences of the specific character. print original string and new string from main()

 

 

 

 

#include <stdio.h>
void reocc(char* str, char c);
int main()
{
char str[50];
printf(“Enter string: “);
gets(str);

reocc(str, ‘s’);
printf(“‘%s’\n”, str);
return 0;
}

void reocc(char* str, char c) {
char *pr = str, *pw = str;
while (*pr) {
*pw = *pr++;
pw += (*pw != c);
}
*pw = ‘\0’;
}

i have create business email in my cpanel but not work

you add business email like info@mysite.com

but it not work

hosting server provider is provide email services so that your domain and hosting different services provider then you need to add some records in domain account

your domain and hosting server same services provider then it add automatic MX records

I am assume you have create your business email

step 1 : login your account  domain register account

step 2 : then goto manage domain setting there different type of dns record you need to add MX (mail exchange ) record

so

you using google business email so that you add google MX record

all service provider provide the MX or all type of record info in user guide or FAQ page

 

i have add subdomain but it not work how to solve it

first you need to access your register domain account

domain name records called (DNS record ) show one main domain with add DNS A record

all domain or subdomain  required to point with host

A record point to your hosting server

step 1 : create sub domain in hosting cpanel

step 2 : goto your domain register account

step 3 : goto DNS zone file

showing example is godaddy cpanel

 

 

your host name is subdomain name

Host -> subdomain name

Point to -> server ip

TTL use default or custom