What is the size of array float a(10)?


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

Post New Answer

More C Interview Questions

how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?

2 Answers   Patni, TCS,


What is a stream in c programming?

0 Answers  


How do you sort filenames in a directory?

0 Answers  


main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }

4 Answers  


Explain can static variables be declared in a header file?

0 Answers  


Are pointers integers in c?

0 Answers  


What will be your course of action for a push operation?

0 Answers  


When the macros gets expanded?

0 Answers  


Where static variables are stored in c?

0 Answers  


WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }

25 Answers  


What is the difference between char array and char pointer?

0 Answers  


What is the scope of an external variable in c?

0 Answers  


Categories