what is the diffrenet bettwen HTTP and internet protocol
What does sizeof function do?
program for comparing 2 strings without strcmp()
How can you be sure that a program follows the ANSI C standard?
What is a function in c?
Why doesn't C support function overloading?
what is memory leak?
Why static is used in c?
main() { clrscr(); } clrscr();
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
An entire structure variable can be assigned to another structure variable if __________
3 Answers Sasken, TCS, Tech Mahindra, Wipro,
What is the difference between local variable and global variable in c?
char p="data"; printf(p);