How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include<stdio.h>...
No Answer is Posted For this Question
Be the First to Post Answer
why we are using semicolon at the end of printh statment
what is the difference between NULL & NUL keywords in C?
How can I open a file so that other programs can update it at the same time?
what is a headerfile?and what will be a program without it explain nan example?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
Why is c called a mid-level programming language?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.
write program on arrays
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
How can I send mail from within a c program?