What is %s and %d in c?
No Answer is Posted For this Question
Be the First to Post Answer
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Can a program have two main functions?
What are the scope of static variables?
7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above
Why is it usually a bad idea to use gets()? Suggest a workaround.
Explain #pragma in C.
Explain how do you list a file’s date and time?
Write a C program to print 1 2 3 ... 100 without using loops?
What are the 5 types of inheritance in c ++?
What is a const pointer in c?
Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms
How do I initialize a pointer to a function?