What is the use of function in c?
No Answer is Posted For this Question
Be the First to Post Answer
What does. int *x[](); means ?
What is a global variable in c?
What is the size of empty structure in c?
What are the various topologies? Which one is the most secure?
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What is the use of header files?
main is a predefined or user define function if user defined why? if predefined whay?
What is action and transformation in spark?
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
What are file streams?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above