Explain about the constants which help in debugging?
No Answer is Posted For this Question
Be the First to Post Answer
Explain function pointer with exapmles.
difference between the array and linked list general difference related to memory
What is the size of enum in c?
Why do we use main function?
what is the diffrenet bettwen HTTP and internet protocol
Write a program of prime number using recursion.
What are Macros? What are its advantages and disadvantages?
Explain goto?
How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.
What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }
Once I have used freopen, how can I get the original stdout (or stdin) back?
what is the use of macro program