Answer Posted / ruth
c source file converted into exe file automatically when
you run the program
Is This Answer Correct ? | 5 Yes | 19 No |
Post New Answer View All Answers
Can you subtract pointers from each other? Why would you?
What are the 4 types of organizational structures?
Explain which function in c can be used to append a string to another string?
Why main is not a keyword in c?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Explain how can I make sure that my program is the only one accessing a file?
What is meant by inheritance?
What is the purpose of void pointer?
What is use of pointer?
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
What are called c variables?
How reliable are floating-point comparisons?
What are the parts of c program?
Explain what is the difference between null and nul?
What are the advantages of c language?