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

n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }

7 Answers   Wipro,


What are preprocessor directives in c?

0 Answers  


declare afunction pointer to int printf(char *)?

1 Answers   HCL,


What is %lu in c?

0 Answers  


Is c pass by value or reference?

0 Answers  






How do you determine the length of a string value that was stored in a variable?

0 Answers  


In c programming language, how many parameters can be passed to a function ?

0 Answers  


which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;

5 Answers   Assurgent, TCS,


What is your favorite subject?

1 Answers   Ericsson, Invendis, Tech Mahindra,


There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?

5 Answers   Microsoft, TCS,


What is c preprocessor mean?

0 Answers  


what is recursion in C

0 Answers   Cap Gemini,


Categories