What is d scanf?
No Answer is Posted For this Question
Be the First to Post Answer
difference between c and c++?
Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"
Define function pointers?
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
How do I copy files?
Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......
How can you read a directory in a C program?
What is the need of structure in c?
Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5
What are variables and it what way is it different from constants?
What is a dynamic array in c?
What is string in c language?