what are the 10 different models of writing an addition
program in C language?


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

Post New Answer

More C Interview Questions

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  


#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

0 Answers   Wilco,


How can you increase the allowable number of simultaneously open files?

0 Answers  


What is the g value paradox?

0 Answers  


i want to job in your company, so how it will be possible.

3 Answers   TCS,






What is far pointer in c?

0 Answers  


What is hash table in c?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

5 Answers   TCS, Vimukti Technologies,


Explain what is a const pointer?

0 Answers  


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

0 Answers  


What are variables c?

0 Answers  


What are the uses of pre-processor directives?

2 Answers  


Categories