What is the use of a conditional inclusion statement in C?
No Answer is Posted For this Question
Be the First to Post Answer
wt is d full form of c
If the static variable is declared as global, will it be same as extern?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is sorting in c plus plus?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
how the compiler treats any volatile variable?Explain with example.
write a program to find the number of even integers and odd integers in a given array in c language
13 Answers IAI Cameroun, NIIT, Olive Tech, QIS,
While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.
What is the main differences between C and Embedded C?
Code for calculating square root without using library function, of math.h
Write a program to generate random numbers in c?
How many levels of pointers have?