What does %p mean c?
No Answer is Posted For this Question
Be the First to Post Answer
which one is better structure or union?(other than the space occupied )
How can I use a preprocessorif expression to ?
Where in memory are my variables stored?
tell me the full form of c?
How can we see the Expanded source code and compiled code for our source program in C?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What are the different pointer models in c?
How to write the code of the program to swap two numbers with in one statement?
Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage
Bit swapping
What is the difference b/w Structure & Union?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above