Explain about the constants which help in debugging?
No Answer is Posted For this Question
Be the First to Post Answer
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
pascal triangle program
For what purpose null pointer used?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)
7 Answers Consultancy, DBU, FD, JK Associates, Kobe, Satyam,
Why do we use return in c?
What is an array in c?
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, TCS,
What is the scope of local variable in c?
What are pointers really good for, anyway?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop