What is the explanation for prototype function in c?
No Answer is Posted For this Question
Be the First to Post Answer
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
what is difference between ANSI structure and C99 Structure?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Explain what is the purpose of "extern" keyword in a function declaration?
What is a function simple definition?
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56
What type of function is main ()?
What is use of bit field?
difference between object file and executable file
What is the method to save data in stack data structure type?
How to create struct variables?
Please list all the unary and binary operators in C.