Does * p ++ increment p or what it points to?
No Answer is Posted For this Question
Be the First to Post Answer
main() { float a=3.2e40; printf("%d",a); }
Explain the advantages of using macro in c language?
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...
What is the difference between struct and typedef struct in c?
what is the difference between auto and static keywords
1 Answers cDot, College School Exams Tests, TCS,
What are the various topologies? Which one is the most secure?
How do I access command-line arguments?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
What is a pragma?
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }
What is a macro?
what type of errors are checked during compilation