Explain 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

What is the difference between CV and Resume ?

2 Answers  


please give me some tips for the selection in TCS.

3 Answers   TCS,


IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.

5 Answers   TCS,


what is the use of getch() function in C program.. difference b/w getch() and getche()??

29 Answers   HCL, IBM, Infosys, TCS, Wipro,


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

0 Answers   Convergys,






Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?

7 Answers  


Whether there can be main inside another main?If so how does it work?

14 Answers   Sail, Wipro,


what is the difference between entry control and exit control statement?

12 Answers   Darbari Lal DAV Model School,


What is structure and union in c?

0 Answers  


1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?

1 Answers  


What is the right type to use for boolean values in c?

0 Answers  


helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe

2 Answers  


Categories