using for loop sum 2 number of any 4 digit number in c
language


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

Post New Answer

More C Interview Questions

Write a program to print fibonacci series using recursion?

0 Answers  


how 2 compile & execute c program with out using editor?

2 Answers   HP,


main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?

12 Answers   Tech Mahindra,


int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }

2 Answers   Vector,


write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.

2 Answers  


List some of the static data structures in C?

0 Answers  


To what value do nonglobal variables default? 1) auto 2) register 3) static

4 Answers  


write a program to find the sum of the array elements in c language?

24 Answers   ICT, Infosys, Wipro,


Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?

2 Answers  


What are qualifiers in c?

0 Answers  


which types of data structure will i use to convert infix to post fix???

5 Answers   IIT,


What is calloc malloc realloc in c?

0 Answers  


Categories