What is return type in c?
No Answer is Posted For this Question
Be the First to Post Answer
implement NAND gate logic in C code without using any bitwise operatior.
for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????
what is software?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
void main() { int a=1; printf("%d %d %d",a,++a,a++); } the output is supposed to be 1 2 2....but it is 3 3 1 this is due to calling conventions of C. if anyone can explain me how it happens?
What is the sizeof () operator?
What is wrong with this code?
what are the stages of compilation
How can I find the day of the week given the date?
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
What is sorting in c plus plus?
Difference between malloc() and calloc() function?