What is the purpose of the preprocessor directive error?
No Answer is Posted For this Question
Be the First to Post Answer
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
How can you increase the size of a statically allocated array?
what is a far pointer
12 Answers ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
Why doesn't C support function overloading?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.
How many levels of pointers have?
Explain how can you determine the size of an allocated portion of memory?
Why c is called object oriented language?
Does * p ++ increment p or what it points to?
what is difference between null and nul in c language
Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.