What do mean by network ?


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

Post New Answer

More C Interview Questions

What is the advantage of using #define to declare a constant?

0 Answers   Agilent, ZS Associates,


Where we use clrscr in c?

0 Answers  


Please list all the unary and binary operators in C.

3 Answers  


What are header files and what are its uses in C programming?

0 Answers  


What is typedf?

0 Answers  






What is Conio.h ?

2 Answers   TCS,


write a program for 7*8 = 56 ? without using * multiply operator ? output = 56

6 Answers   Xavient,


What is meaning of "Void main" in C Language.

24 Answers   Ford, GU, HCL, IBIBS, JUW, TCS,


declare afunction pointer to int printf(char *)?

1 Answers   HCL,


hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a

1 Answers  


#include<stdio.h> int SumElement(int *,int); void main(void) { int x[10]; int i=10; for(;i;) { i--; *(x+i)=i; } printf("%d",SumElement(x,10)); } int SumElement(int array[],int size) { int i=0; float sum=0; for(;i<size;i++) sum+=array[i]; return sum; } output?

5 Answers   Ramco,


What are the types of type qualifiers in c?

0 Answers  


Categories