Is there a way to jump out of a function or functions?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of data types and explain?
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
What is the explanation for modular programming?
What tq means in chat?
When a c file is executed there are many files that are automatically opened what are they files?
Is it fine to write void main () or main () in c?
Can you tell me how to check whether a linked list is circular?
How to write a code for reverse of string without using string functions?
which do you prefer C or Pascal?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
find the sum of two matrices and WAP for it.