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

2. Counting in Lojban, an artificial language developed over the last fourty years, is easier than in most languages The numbers from zero to nine are: 0 no 1 pa 2 re 3 ci 4 vo 5 mk 6 xa 7 ze 8 bi 9 so Larger numbers are created by gluing the digit togather. For Examle 123 is pareci Write a program that reads in a lojban string(representing a no less than or equal to 1,000,000) and output it in numbers.

3 Answers   Nagarro,


how to impliment 2 or more stacks in a single dimensional array ?

1 Answers   iFlex, Microsoft,


Explain what is the difference between null and nul?

0 Answers  


code snippet for creating a pyramids triangle ex 1 2 2 3 3 3

4 Answers  


What is a spanning Tree?

1 Answers   TCS,






1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā€œ%dā€,x); --x; } }

7 Answers   CSC,


print 1-50 with two loop & two print Statement

2 Answers  


What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?

1 Answers   Excel,


Who developed c language and when?

0 Answers  


What does *p++ do?

0 Answers  


Is an array parameter is always "by reference" ?

1 Answers  


write a c program to find the roots of a quadratic equation ax2 + bx + c = 0

11 Answers   CSC, St Marys, TATA,


Categories