Answer Posted / iyswarya
it is a structured oriented programming language.
middle level language,portable
it does not support oops concepts and is used in system
software and application software programs.
it has 32 kewords.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
int far *near * p; means
What is #define size in c?
In C language, a variable name cannot contain?
Which one would you prefer - a macro or a function?
What are the salient features of c languages?
Was 2000 a leap year?
How do you determine a file’s attributes?
Add Two Numbers Without Using the Addition Operator
Combinations of fibanocci prime series
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What is the difference between class and object in c?
What is double pointer in c?
What is a structure member in c?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?