Explain about the constants which help in debugging?
No Answer is Posted For this Question
Be the First to Post Answer
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?
Is c call by value?
Explain what are header files and explain what are its uses in c programming?
will the program compile? int i; scanf(ā%dā,i); printf(ā%dā,i);
Why void is used in c?
Who had beaten up hooligan "CHAKULI" in his early college days?
what is dangling pointer?
How can we allocate array or structure bigger than 64kb?
how to convert an char array to decimal array
#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
Write a program to reverse a given number in c?