Can we declare function inside main?
No Answer is Posted For this Question
Be the First to Post Answer
What's wrong with "char *p; *p = malloc(10);"?
What are the types of pointers in c?
There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.
which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )
what is the different between data structure and data type?
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
What is array in c with example?
what is c programing
IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.
What is the difference between exit() and _exit() function?
What is typedef example?
Do string constants represent numerical values?