What is return type in c?


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

Post New Answer

More C Interview Questions

How can a number be converted to a string?

1 Answers  


can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?

2 Answers  


Write a code to remove duplicates in a string.

0 Answers   Expedia,


What is meant by errors and debugging?

0 Answers  


What is 2c dna?

0 Answers  






What is the time and space complexities of merge sort and when is it preferred over quick sort?

0 Answers   Amazon,


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

0 Answers  


what is different between auto and local static? why should we use local static?

0 Answers  


the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?

0 Answers  


How can you call a function, given its name as a string?

0 Answers  


what is the use of ‘auto’ keyword?

1 Answers  


Explain what is the most efficient way to store flag values?

0 Answers  


Categories