how should functions be apportioned among source files?


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

Post New Answer

More C Interview Questions

#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā€œ%dā€ ,a[i]); }

8 Answers  


What is the c value paradox and how is it explained?

0 Answers  


Explain 'far' and 'near' pointers in c.

0 Answers  


What are runtime error?

0 Answers  


What is static identifier?

0 Answers   TCS,






How main function is called in c?

0 Answers  


the operator for exponencation is a.** b.^ c.% d.not available

5 Answers   TCS,


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

0 Answers  


write a program to generate 1st n fibonacci prime number

12 Answers  


hi send me sample aptitude papers of cts?

0 Answers  


Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

0 Answers  


What is a built-in function in C?

1 Answers  


Categories