What are the 4 data types?


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

Post New Answer

More C Interview Questions

int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15

10 Answers   Wipro,


WHY DO WE USE A TERMINATOR IN C LANGUAGE?

2 Answers  


WHAT IS HEADER?

8 Answers   ProKarma, TCS,


List the difference between a While & Do While loops?

0 Answers   Accenture,


what is diognisis?

1 Answers  






Write a program to print "hello world" without using a semicolon?

0 Answers  


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

0 Answers  


Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.

0 Answers  


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

0 Answers  


what is a headerfile?and what will be a program without it explain nan example?

6 Answers   Assurgent,


Explain the difference between call by value and call by reference in c language?

0 Answers  


Can math operations be performed on a void pointer?

0 Answers  


Categories