Answer Posted / mahendra giri
We can compile program after writing code by pressing short
key Alt+F9 or by going on the menu compile->compile
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
What is this infamous null pointer, anyway?
What is putchar() function?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
In C, What is the #line used for?
Can a pointer be null?
Why doesnt this code work?
When should volatile modifier be used?
Explain what is the heap?
What are the basic data types associated with c?
Why is c called a mid-level programming language?
What is echo in c programming?
Explain what standard functions are available to manipulate strings?
How can I handle floating-point exceptions gracefully?