If you know then define #pragma?
What are unions in c?
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
Tell me can the size of an array be declared at runtime?
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
code for inverse a matrix
How can my program discover the complete pathname to the executable from which it was invoked?
How to reverse a string using a recursive function, with swapping?
Who developed c language and when?
Can stdout be forced to print somewhere other than the screen?
What is the stack in c?
What is the difference between variable declaration and variable definition in c?