What is null pointer constant?
No Answer is Posted For this Question
Be the First to Post Answer
Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.
can anyone suggest some site name..where i can get some good data structure puzzles???
Why is this loop always executing once?
While(1) { } when this loop get terminate is it a infinite loop?
which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma
16 Answers Accenture, Infosys, TCS, Wipro,
What is a nested formula?
Multiply an Integer Number by 2 Without Using Multiplication Operator
How can I generate floating-point random numbers?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What is the scope of static variables in c language?
what do the 'c' and 'v' in argc and argv stand for?
Identify the operators that is not used with pointer a. && b. # c. * d. >>