What is the collection of communication lines and routers called?


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

Post New Answer

More C Interview Questions

what is data structure?

5 Answers   CBSE,


How is actual parameter different from the formal parameter?

0 Answers  


What is #define in c?

0 Answers  


Difference between exit() and _exit() function?

0 Answers  


Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }

2 Answers  






Define function ?Explain about arguments?

2 Answers   Geometric Software, Infosys,


How do you access command-line arguments?

1 Answers  


What are the advantages of using new operator as compared to the function malloc ()?

0 Answers   NIIT,


int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?

14 Answers   Verifone,


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

0 Answers  


What is a protocol in c?

0 Answers  


write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?

5 Answers   HCL,


Categories