Do you have any idea about the use of "auto" keyword?
No Answer is Posted For this Question
Be the First to Post Answer
Explain data types & how many data types supported by c?
Find MAXIMUM of three distinct integers using a single C statement
What is the difference between declaring a variable by constant keyword and #define ing that variable?
What standard functions are available to manipulate strings?
find the minimum of three values inputted by the user
what are the advantage and disadvantage of recursion
Why c is a mother language?
how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y
WAP to convert text into its ASCII Code and also write a function to decode the text given?
5) Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.without using big int and exponential function
4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.
SRUCTURE PROGRAMMING