Explain what is the difference between null and nul?
No Answer is Posted For this Question
Be the First to Post Answer
Simplify the program segment if X = B then C ← true else C ← false
The C language terminator is a.semicolon b.colon c.period d.exclamation mark
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
How can you restore a redirected standard stream?
What is an operator?
Can you explain the four storage classes in C?
what is the difference between getch() and getchar()?
What is function prototype?
plz let me know how to become a telecom protocol tester. thank you.
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES