The difference between printf and fprintf is ?
No Answer is Posted For this Question
Be the First to Post Answer
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }
The operation of a stair case switch best explains the a) or operation b) and operation c)exclusive nor operation d)exclusive or operation Which of the following is/are syntactically correct? a) for(); b) for(;); c) for(,); d) for(;;);
1 Answers HCL, Public Service Commission,
Convert the following expression to postfix and prefix (A+B) * (D-C)
What is malloc and calloc?
1,4,8,13,21,30,36,45,54,63,73,?,?.
10 Answers AMB, Franklin Templeton,
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
What is uint8 in c?
What do you mean by keywords in c?
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");
what is the code to display color fonts in the output?
What is a program flowchart and explain how does it help in writing a program?