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
Can a variable be both static and volatile in c?
What are the similarities between c and c++?
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
How to draw the flowchart for structure programs?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
Explain void pointer?
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
how can i sort numbers from ascending order and descending order using turbo c..
How arrays can be passed to a user defined function
How can I delete a file?
What is the difference between void main() and int main()?