What is the acronym for ansi?


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

Post New Answer

More C Interview Questions

How to removing white spces in c programming only bu using loops

2 Answers  


What is the time and space complexities of merge sort and when is it preferred over quick sort?

0 Answers   Amazon,


Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort

3 Answers  


print the palindrome numbers in between 0 to n

1 Answers  


what does ‘Bus Error’ mean?

1 Answers   ABC,






What does c mean in standard form?

0 Answers  


#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?

16 Answers   Accel Frontline, Opera, Oracle,


Are the variables argc and argv are local to main?

0 Answers   TISL,


When should structures be passed by values or by references?

0 Answers   Adobe,


What are register variables in c?

0 Answers  


How can type-insensitive macros be created?

0 Answers  


how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y

2 Answers   TCS, Tech Synergy,


Categories