What is static identifier?


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

Post New Answer

More C Interview Questions

#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?

1 Answers   Groupon,


What is the difference between malloc calloc and realloc in c?

0 Answers  


What is the difference between functions abs() and fabs()?

0 Answers  


write a program to find the frequency of a number

4 Answers   Infosys,


GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

0 Answers  






in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n

1 Answers  


How do you override a defined macro?

0 Answers  


Why does everyone say not to use scanf? What should I use instead?

0 Answers  


What is a null pointer in c?

0 Answers  


What is typedf?

0 Answers  


Wt are the Buses in C Language

0 Answers   Infosys,


What is adt in c programming?

0 Answers  


Categories