Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
No Answer is Posted For this Question
Be the First to Post Answer
who is the founder of c
19 Answers College School Exams Tests, HP,
How to write a program for swapping two strings without using 3rd variable and without using string functions.
what is the stackpointer
Explain the bubble sort algorithm.
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
what are the stages of compilation
A C E G H +B D F A I ------------ E F G H D
What is meant by recursion?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
Process by which one bit pattern in to another by bit wise operation is?
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,
How many keywords are there in c?