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

What are qualifiers in c?

0 Answers  


What is storage class?

0 Answers  


How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.

1 Answers   HCL,


Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0

4 Answers  


What is actual argument?

0 Answers  






What is Heap?

3 Answers  


What is the mean of this statement:: if(int i=0 * i=9)

2 Answers   HCL,


What is c variable?

0 Answers  


Explain the use of function toupper() with and example code?

0 Answers  


progrem to generate the following series 1 12 123 1234 12345

6 Answers   HCL, Wipro,


What is formal argument?

0 Answers  


What is the difference between array_name and &array_name?

0 Answers  


Categories