Write a program to find factorial of a number using recursive function.
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What is the difference between getch() and getche()?
totally how much header files r in c language
How variables are declared in c?
How to reverse a string using a recursive function, without swapping or using an extra memory?
31 Answers Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,
C program to find all possible outcomes of a dice?
How many main () function we can have in a project?
What is main () in c language?
Explain built-in function?
What is the best way to comment out a section of code that contains comments?