Without Computer networks, Computers will be half the use.
Comment.


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

Post New Answer

More C Interview Questions

What is a list in c?

0 Answers  


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

0 Answers  


write a function to find whether a string is palindrome or not and how many palindrome this string contain?

2 Answers   Aptech,


Hi can anyone tell what is a start up code?

0 Answers   CTS,


Explain what is wrong with this statement? Myname = ?robin?;

0 Answers  






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

0 Answers   Aspire, Infogain,


who invented c

13 Answers   IBM,


Explain the array representation of a binary tree in C.

0 Answers   Genpact,


What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings

6 Answers  


Explain how do you sort filenames in a directory?

0 Answers  


Write a program to reverse a linked list in c.

0 Answers   DELL, HAL,


Is it possible to have a function as a parameter in another function?

0 Answers  


Categories