What are the different types of control structures in programming?
No Answer is Posted For this Question
Be the First to Post Answer
Write a c program using for loop in switch case?
Why Modern OS are interrupt driven?Give an example
how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y
How do I use void main?
What does #pragma once mean?
When would you use a pointer to a function?
What is the difference between realloc() and free()
Why is c called a structured programming language?
A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }
What is return in c programming?
what are two kinds of java
What are shell structures used for?