what is the diffrenet bettwen HTTP and internet protocol


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What does sizeof function do?

0 Answers  


program for comparing 2 strings without strcmp()

4 Answers  


How can you be sure that a program follows the ANSI C standard?

0 Answers   Aspire, Infogain,


What is a function in c?

2 Answers  


Why doesn't C support function overloading?

2 Answers  


what is memory leak?

3 Answers  


Why static is used in c?

0 Answers  


main() { clrscr(); } clrscr();

6 Answers   ME, Wipro,


main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?

9 Answers   Ramco,


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?

0 Answers  


char p="data"; printf(p);

2 Answers  


Categories