from which concept of 'c', the static member function
of 'c++' has came?
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
What is static function in c?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
How can you invoke another program from within a C program?
Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }
What is string function in c?
Differentiate between static and dynamic modeling.
Is it possible to execute code even after the program exits the main() function?
What are the types of pointers in c?
Explain continue keyword in c
Explain Basic concepts of C language?