How can you be sure that a program follows the ANSI C standard?


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

Post New Answer

More C Interview Questions

Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

0 Answers   Zoho,


Differentiate Source Codes from Object Codes

1 Answers  


Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.

1 Answers   TCS,


write a C code to reverse a string using a recursive function, without swapping or using an extra memory.

9 Answers   Motorola, TCS, Wipro,


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  






State the difference between realloc and free.

0 Answers   Aricent,


main() { int i=400,j=300; printf("%d..%d"); }

13 Answers   ME,


What is meant by initialization and how we initialize a variable?

0 Answers  


How can a program be made to print the line number where an error occurs?

0 Answers  


Why is c faster?

0 Answers  


What's the right way to use errno?

0 Answers  


how to build a exercise findig min number of e heap with list imlemented?

0 Answers  


Categories