When should I declare a function?


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

Post New Answer

More C Interview Questions

how to find out the inorder successor of a node in a tree??

2 Answers   TCS, Yahoo,


write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC

2 Answers   HCL,


wap in c to accept n number display the highest and lowest value

2 Answers  


What is the full form of getch?

0 Answers  


What is the use of volatile?

0 Answers  






How can I avoid the abort, retry, fail messages?

0 Answers  


wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }

2 Answers  


Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014  Npu university

0 Answers  


why program counter is 16 bit?

3 Answers  


WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............

3 Answers  


how to print this pyramid * * * * * * * * * * * * *

2 Answers  


What is the difference between new and malloc functions?

0 Answers   InterGraph,


Categories