What is the difference between array and pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }
1,1,5,17,61,217,?,?.
how can u print a message without using any library function in c
simple program of graphics and their output display
What are the preprocessors?
What is return in c programming?
Can you tell me how to check whether a linked list is circular?
What is optimization in c?
What functions are in conio h?
What do you mean by c?
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
Explain how can you tell whether two strings are the same?