In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Explain why can’t constant values be used to define an array’s initial size?
Apart from dennis ritchie who the other person who contributed in design of c language.
Write a program of prime number using recursion.
Explain what is the difference between functions abs() and fabs()?
the operator for exponencation is a.** b.^ c.% d.not available
Explain the binary height balanced tree?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What is FIFO?
What is the general form of function in c?
what are non standard function in c
Why we use void main in c?
which of 'arrays' or 'pointers' are faster?