Name the language in which the compiler of "c" in written?
Answer Posted / pankaj goswami
in "c" language
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Write a program to print numbers from 1 to 100 without using loop in c?
What does. int *x[](); means ?
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
Where are c variables stored in memory?
When was c language developed?
Which is the best website to learn c programming?
List out few of the applications that make use of Multilinked Structures?
What is pointers in c with example?
Explain what is page thrashing?
What are preprocessor directives in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Explain how can a program be made to print the line number where an error occurs?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
What is sizeof in c?
Why is this loop always executing once?