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

exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

0 Answers  


Why c is called procedure oriented language?

0 Answers  


what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(ā€œ %d\nā€,sum); } what is the difference between a=10 and a=010??

3 Answers   Oracle,


write a program for fibonaci series by using while loop in c?

2 Answers  


write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.

0 Answers   BirlaSoft,






main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }

4 Answers  


how does printf function work

1 Answers  


Write a C program to fill a rectangle using window scrolling

1 Answers  


how to return 1000 variables from functio9n in c?plz give me code also

6 Answers  


write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?

3 Answers   Mind Tree,


Explain the array representation of a binary tree in C.

0 Answers   Genpact,


What is null in c?

0 Answers  


Categories