What is a pointer variable in c language?
No Answer is Posted For this Question
Be the First to Post Answer
What is the meaning of c in c language?
Explain what is the advantage of a random access file?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
What are the different flags in C? And how they are useful? And give example for each in different consequences?
What is function definition in c?
#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}
What do you understand by friend-functions? How are they used?
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,
What does the && operator do in a program code?
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????
Write a c program to build a heap method using Pointer to function and pointer to structure ?
0 Answers MAHINDRA, Protech, Sivan Tech,