When can you use a pointer with a function?
No Answer is Posted For this Question
Be the First to Post Answer
Can you assign a different address to an array tag?
what is difference between overriding and overloading?
The file stdio.h, what does it contain?
what is the difference between unix os and linux os
What is string function in c?
Write the syntax and purpose of a switch statement in C.
Explain what are multidimensional arrays?
Write a program that can show the multiplication table.
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
What are void pointers in c?
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?