praagnovation
No Answer is Posted For this Question
Be the First to Post Answer
int i=0,j; j=++i + ++i ++i; printf(" %d",j);
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
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.
Is null always equal to 0(zero)?
What type is sizeof?
How can I run c program?
Write a program to print prime nums from 1-20 using c programing?
What is main void in c?
Is main() function predfined or userdefined?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What is double pointer?
What the advantages of using Unions?