What is the significance of an algorithm to C programming?


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

Post New Answer

More C Interview Questions

Which is better oop or procedural?

0 Answers  


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

0 Answers  


WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"

3 Answers  


A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

0 Answers  


Can you apply link and association interchangeably?

0 Answers   InterGraph,






What is volatile variable in c?

0 Answers  


Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?

6 Answers  


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

5 Answers  


What is the proper way of these job Tell me about there full work

0 Answers   EDS,


write a programe returns the number of times the character appears in the string

2 Answers  


What is the difference between test design and test case design?

0 Answers  


What are the types of arrays in c?

0 Answers  


Categories