What is void pointers in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are data structures in c and how to use them?
Explain bitwise shift operators?
Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
Explain a pre-processor and its advantages.
What is static memory allocation? Explain
write a program whose output will be- 1 12 123 1234
What is a substring in c?
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,
What is the function of volatile in c language?
What does c mean?
where do we use volatile keyword?
What are keywords in c with examples?