What is meant by gets in c?
No Answer is Posted For this Question
Be the First to Post Answer
How many ways are there to swap two numbers without using temporary variable? Give the each logic.
how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help
What is dangling pointer in c?
Why clrscr is used after variable declaration?
What is c basic?
Why is %d used in c?
What do you mean by keywords in c?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
What is define c?
Are bit fields portable?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
write a program that explain #define and # undef directive