What is pointers in c?


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

Post New Answer

More C Interview Questions

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

6 Answers   ME, Wipro,


How to print India by nested loop? I IN IND INDI INDIA

4 Answers   NIIT, Wipro,


What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(“%d\n”,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none

2 Answers  


C program to find frequency of each character in a text file?

6 Answers  


how to write a prog in c to convert decimal number into binary by using recursen function,

1 Answers  


What is a good data structure to use for storing lines of text?

0 Answers  


define switch statement?

6 Answers   CTS,


we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above

0 Answers  


There seem to be a few missing operators ..

0 Answers  


Explain c preprocessor?

0 Answers  


Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4

2 Answers   Mascot,


hi, which software companys will take,if d candidate's % is jst 55%?

0 Answers  


Categories