Answer Posted / dhanshri chabukswar
a compiler act as a translator between you and the computer
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When should I declare a function?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Tell us two differences between new () and malloc ()?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
Explain what are the different data types in c?
Explain setjmp()?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Is multithreading possible in c?
What is bss in c?
What is a file descriptor in c?
write a program to concatenation the string using switch case?
What is struct node in c?
Explain what is the advantage of a random access file?
What is difference between %d and %i in c?
what are bit fields? What is the use of bit fields in a structure declaration?