in multiple branching construct "default" case is
a) optional
b) compulsarily
c) it is not include in this construct
d) none of the above
What is information technology.
Explain why c is faster than c++?
How can you invoke another program from within a C program?
What is derived datatype in c?
the data type used for unlimited value in c and how to do this program
What is a memory leak? How to avoid it?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
write an algorithm and c program to add two 2x2 matrics
What is pragma c?
What is string concatenation in c?
What is the difference between mpi and openmp?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?