What is wrong with this program statement? void = 10;


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

Post New Answer

More C Interview Questions

do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.

1 Answers  


write a c program to find the sum of five entered numbers using an array named number

0 Answers   TATA,


explain about storage of union elements.

2 Answers   ABC, Bosch,


What is file in c preprocessor?

0 Answers  


What is 'bus error'?

0 Answers  






Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.

5 Answers  


#include<stdio.h> int f(int,int); int main() { printf("%d",f(20,1)); return 0; } int f(int n,int k) { if(n==0) return 0; else if(n%2)return f(n/2,2*k)+k; else return f(n/2,2*k)-k; } how this program is working and generating output as 9....?

1 Answers  


how would a 4*3 array A[4][3] stored in Row Major Order?

0 Answers   HCL, Ignou,


Why do we use main function?

0 Answers  


Write a program to accept a character & display its corrosponding ASCII value & vice versa?

9 Answers  


How can I ensure that integer arithmetic doesnt overflow?

0 Answers  


Why string is used in c?

0 Answers  


Categories