What is the use of getchar() function?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to reverse a given number in c?
Can one function call another?
explain about storage of union elements.
Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
What is the difference between void main and main in c?
# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none
What is the difference between NULL and NUL?
What is the difference between char a[] = "string"; and char *p = "string"; ?
14 Answers Adobe, Honeywell, TCS,
What are preprocessor directives?
Juxtapose the use of override with new. What is shadowing?
What is the difference between getch() and getche()?
What is double pointer in c?