Answer Posted / sivakumar
I was searching for this answer for a long time but I
couldn't get it so pls guide me if possible.....
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is difference between static and global variable in c?
What is difference between arrays and pointers?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Explain the difference between #include "..." And #include <...> In c?
What is a macro, and explain how do you use it?
What is volatile variable in c with example?
What is the translation phases used in c language?
When the macros gets expanded?
Explain what is dynamic data structure?
Are the outer parentheses in return statements really optional?
What should malloc() do?
Is c pass by value or reference?
When should you not use a type cast?
Explain setjmp()?