Difference between Function to pointer and pointer to function
No Answer is Posted For this Question
Be the First to Post Answer
What is the 'named constructor idiom'?
WHAT IS PRE POSSESSORS?
What is use of #include in c?
c program to input values in a table(using 2D array) and print odd numbers from them
Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
For what purpose null pointer used?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
Write a Program to accept different goods with the number, price and date of purchase and display them
What is Dynamic Initialization.
Write a program to print “hello world” without using semicolon?
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }