Explain what is a pragma?
No Answer is Posted For this Question
Be the First to Post Answer
Describe the modifier in c?
what is the differance between pass by reference and pass by value.
How can I recover the file name given an open stream or file descriptor?
how many error occurs in C language ?
write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
Why c is called procedure oriented language?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
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 is enumerated data type in c?
which type of question asked from c / c++ in interview.
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...