What is pointer and structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
Dont ansi function prototypes render lint obsolete?
What is sizeof int?
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
Can a program have two main functions?
Determine the result of performing two successive block transfers into the same area of a frame buffer using the binary arith operations
What is a spanning Tree?
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
What is #pragma statements?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
p*=(++q)++*--p when p=q=1 while(q<=6)
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????
What are the key features of C?