Why c language?
No Answer is Posted For this Question
Be the First to Post Answer
What is union in c?
how can f be used for both float and double arguments in printf? Are not they different types?
Explain the difference between exit() and _exit() function?
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
Function calling procedures? and their differences? Why should one go for Call by Reference?
What is pass by value in c?
Define macros.
What is the full form of getch?
What is the size of empty structure in c?
What is meant by int fun const(int a, int b) { .... ... }
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What are the types of pointers in c?