What is the auto keyword good for?
No Answer is Posted For this Question
Be the First to Post Answer
compute the nth mumber in the fibonacci sequence?
10 Answers Canon, HPL, Satyam, TCS,
How can I read a binary data file properly?
How can I change the size of the dynamically allocated array?
Explain About fork()?
what is an inline function?
Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 Answers ME, Synfusion, Wipro,
helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
prototype of sine function.
What is a 'null pointer assignment' error?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }
what is the basis for selection of arrays or pointers as data structure in a program