in programming languages a statement or part of a statement that specifies several different execution sequences
a) constructs
b) distructs
c) executes
d) none
No Answer is Posted For this Question
Be the First to Post Answer
Find greatest of two numbers using macro
Is calloc better than malloc?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Can a pointer be volatile in c?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What is Function Pointer? Explain with example?
What is c definition?
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);
How can I get the current date or time of day in a c program?
main() { printf("hello"); fork(); }
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
name the language for writing c compiler?