What is function prototype?
No Answer is Posted For this Question
Be the First to Post Answer
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
What is the use of getch ()?
what is the difference between NULL & NUL keywords in C?
Explain what are its uses in c programming?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Why main is used in c?
What are the primitive data types in c?
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
Can we declare a function inside a function in c?
How can a number be converted to a string?
How do I send escape sequences to control a terminal or other device?