What is c programming structure?
What is strcmp in c?
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
Can a program have multiple main() functions?
differnce between do and do while
Give a method to count the number of ones in a 32 bit number?
A C E G H +B D F A I ------------ E F G H D
What are the advantages of using new operator as compared to the function malloc ()?
What language is c written?
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
What is the real time usage volatile?
What is pragma c?
dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?