Why do we need functions in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the primitive data types in c?
WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS
what is the main use of c where it can use the c
How does sizeof know array size?
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
Do you know what is the purpose of 'extern' keyword in a function declaration?
What is variable and explain rules to declare variable in c?
What is an endless loop?
Explain the properties of union.
List some of the dynamic data structures in C?
What is c definition?
Why is sprintf unsafe?