What is return in c programming?


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

Post New Answer

More C Interview Questions

difference between spiral and waterfall model

1 Answers  


Which control loop is recommended if you have to execute set of statements for fixed number of times?

0 Answers  


Differentiate abs() function from fabs() function.

0 Answers  


what is the difference between #include<stdio.h> and #include "stdio.h" ?

3 Answers  


advantages of pointers?

3 Answers  






for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????

7 Answers  


What is the value of uninitialized variable in c?

0 Answers  


can we store values and addresses in the same array? explain

3 Answers   TCS,


write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.

3 Answers  


What are pointers? Why are they used?

0 Answers  


Is malloc memset faster than calloc?

0 Answers  


A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

0 Answers   HCL,


Categories