What is the difference between scanf and fscanf?
No Answer is Posted For this Question
Be the First to Post Answer
What is a pointer?
In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?
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 the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20
what is recursion in C
If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?
Ow can I insert or delete a line (or record) in the middle of a file?
What is the difference between c &c++?
When is an interface "good"?
triangle number finding program...
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.