What is c standard library?
No Answer is Posted For this Question
Be the First to Post Answer
What is a null pointer in c?
How many levels of pointers have?
What is indirection? How many levels of pointers can you have?
Explain what math functions are available for integers? For floating point?
What is the main differences between C and Embedded C?
What is the use of #define preprocessor in c?
How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.
What compilation do?
7 Answers Geometric Software, Infosys,
In c programming language, how many parameters can be passed to a function ?
Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.
what is the difference between definition and declaration? give me some examples.
what is the use of pointers