Difference between constant pointer and pointer to a constant.
No Answer is Posted For this Question
Be the First to Post Answer
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a
what information does the header files contain?
6 Answers BSNL, Cisco, GDA Technologies,
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }
When should a type cast not be used?
What is the use of a conditional inclusion statement in C?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What is a union?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
What is c variable?
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
what is the difference between while and do while?
What is the difference between Printf(..) and sprint(...) ?