How many levels of pointers have?


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

Post New Answer

More C Interview Questions

How can you tell whether two strings are the same?

0 Answers  


Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.

0 Answers  


What does the file stdio.h contain?

0 Answers  


what is the difference between c and java?

1 Answers  


What is the collection of communication lines and routers called?

0 Answers  






write a program to generate 1st n fibonacci prime number

2 Answers  


What is the description for syntax errors?

0 Answers  


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

0 Answers  


c program to print a name without using semicolon

9 Answers   TCS, Wipro,


write a program to swap two variables a=5 , b= 10 without using third variable

5 Answers  


in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n

1 Answers  


how to reverse string "Hello World" by using pointers only. Without any temp var

1 Answers  


Categories