What is the difference between printf and scanf )?
No Answer is Posted For this Question
Be the First to Post Answer
How do I determine whether a character is numeric, alphabetic, and so on?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What is %d used for?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop
How can we see the Expanded source code and compiled code for our source program in C?
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
What is typedef struct in c?
Is c# a good language?
What are all different types of pointers in c?
Is there any possibility to create customized header file with c programming language?
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.