When would you use a pointer to a function?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is meant by 'bit masking'?
What is #define used for in c?
what is mallloc()?how it works?
what do structure language means?
What the advantages of using Unions?
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }
what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }
write a own function for strstr
What is the meaning When we write "#include" what is # and what does include does there???
What language is windows 1.0 written?
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a