a formula,a series of steps,or well defined set of rules for solving a problem
a) algorithem
b) program
c) erdiagram
d) compiler
No Answer is Posted For this Question
Be the First to Post Answer
When can a far pointer be used?
What is the difference between int main and void main in c?
Magic square
Explain what math functions are available for integers? For floating point?
Explain setjmp()?
What is the basic structure of 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"
What should be keep precautions while using the recursion method?
What are the commands should be given before weiting C Program i.e, Cd.. like
4 Answers IBM, Infonet, Satyam, Tech Mahindra,
Can you please explain the difference between malloc() and calloc() function?
what is the basis for selection of arrays or pointers as data structure in a program
#define d 10+10 main() { printf("%d",d*d); }