Answer Posted / song
syntax, logical, data
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a program to print fibonacci series without using recursion?
Explain do array subscripts always start with zero?
How will you write a code for accessing the length of an array without assigning it to another variable?
How do you sort filenames in a directory?
What is meant by inheritance?
What is the difference between fread buffer() and fwrite buffer()?
What are pragmas and what are they good for?
what type of questions arrive in interview over c programming?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What are terms in math?
What is the difference between a function and a method in c?
What is variable initialization and why is it important?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is hungarian notation? Is it worthwhile?