What is character constants?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about the constants which help in debugging?
What is the concatenation operator?
Write a program to print prime nums from 1-20 using c programing?
Is struct oop?
What is calloc()?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
please give me some tips for the selection in TCS.
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
What are the advantages of using new operator as compared to the function malloc ()?
what is the difference between while and do while?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
What happens if a header file is included twice?