Explain Function Pointer?
No Answer is Posted For this Question
Be the First to Post Answer
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
How do I send escape sequences to control a terminal or other device?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
Disadvantages of C language.
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
What is an lvalue?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
How can I dynamically allocate arrays?
How to write a program for swapping two strings without using 3rd variable and without using string functions.
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
read a number & print all its devisors using c-program?