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

what is recursion in C

0 Answers   Cap Gemini,


What are the advantages of union?

0 Answers  


What are the salient features of c languages?

0 Answers  


how we can say java is platform independent, while we require JVM for that particular Operating System?

3 Answers   Honeywell, TCS,


How can you allocate arrays or structures bigger than 64K?

0 Answers  


Explain the use of 'auto' keyword

0 Answers  


to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?

0 Answers  


main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }

4 Answers   Vector, Vector India,


Which command is more efficient? *(ptr+1) or ptr[1]

3 Answers  


‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

0 Answers  


What is "Duff's Device"?

0 Answers   Celstream,


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

0 Answers   Infosys,


Categories