What is floating point constants?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,
What is const and volatile in c?
Concat two string with most overlapped substring has to removeĀ "abcd"+ "cdef" = "abcdef
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5
Explain what does the function toupper() do?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Write a C program in Fibonacci series.
Why should I prototype a function?
What is main () in c language?
What are the advantages of c language?