what is difference between ANSI structure and C99 Structure?



what is difference between ANSI structure and C99 Structure?..

Answer / durgesh singh

Think You.............

Is This Answer Correct ?    5 Yes 19 No

Post New Answer

More C Interview Questions

What is the best way of making my program efficient?

0 Answers  


Program to swap the any two elements in an array containing N number of elements?

1 Answers   Bosch, Glenwood, Ugam Solutions,


Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates

3 Answers  


Tell me is null always defined as 0(zero)?

0 Answers  


Write a program in C to convert date displayed in gregorian to julian date

0 Answers   HCL, Wipro,






What are keywords c?

0 Answers  


Binary tree traversing

1 Answers   Qualcomm,


What is hash table in c?

0 Answers  


A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }

2 Answers   Wipro,


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

0 Answers   Infosys,


Explain the meaning of keyword 'extern' in a function declaration.

0 Answers  


Do you know what are bitwise shift operators in c programming?

0 Answers  


Categories