What is printf () in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how do you list a file’s date and time?
what is the benefit of c30
what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
write a program to generate address labels using structures?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
How do I get an accurate error status return from system on ms-dos?
declare afunction pointer to int printf(char *)?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Explain what is the difference between functions getch() and getche()?
Write a program to print factorial of given number without using recursion?
how can i calculate mean,median,mode by using c program