Answer Posted / areukanjad
I Think Its a Language and Its Full Form of Compiler. And We
use this Language for Developing for Software Base.
| Is This Answer Correct ? | 72 Yes | 47 No |
Post New Answer View All Answers
Explain what is the difference between functions getch() and getche()?
c language interview questions & answer
Explain how can you avoid including a header more than once?
What are identifiers and keywords in c?
Is it possible to have a function as a parameter in another function?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Is c language still used?
Write a program to print fibonacci series without using recursion?
How can I open files mentioned on the command line, and parse option flags?
Is main an identifier in c?
What are the different types of control structures?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
How do I determine whether a character is numeric, alphabetic, and so on?
Why is c so popular?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()