How do you determine whether to use a stream function or a low-level function?
No Answer is Posted For this Question
Be the First to Post Answer
can we print any string in c language without using semicolon(;)(terminator) in whole program.
C program to read the integer and calculate sum and average using single dimensional array
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch
write a “Hello World” program in “c” without using a semicolon?
what is structuer?
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
How would you print out the data in a binary tree, level by level, starting at the top?
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
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.
What is sizeof int?
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
How does sizeof know array size?