What is 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 c value paradox explain?

0 Answers  


what is the difference between global variable & static variable declared out side all the function in the file.

2 Answers  


write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR

5 Answers  


write a program to find out prime number using sieve case?

0 Answers   HCL,


declare afunction pointer to int printf(char *)?

1 Answers   HCL,






what is a NULL pointer?

2 Answers  


what do you mean by inline function in C?

0 Answers   IBS, TCS,


Write a program to interchange two variables without using the third variable?

17 Answers   Accenture, College School Exams Tests, Infotech,


What is the use of typedef in structure in c?

0 Answers  


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

0 Answers  


main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?

3 Answers   Excel,


What is class and object in c?

0 Answers  


Categories