any restrictions have on the number of 'return' statements that may be present in a function.
a) no restriction
b) only 2 return statements
c) only 1 return statements
d) none of the above
a c code by using memory allocation for add ,multiply of sprase matrixes
What is the difference between GETS();AND SCANF();
what do structure language means?
what is output of the following statetment?Printf(“%x”, -1<<4); ?
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
What is ctrl c called?
Can you define which header file to include at compile time?
how to get starting address of a running C program
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
What is the Purpose of 'extern' keyword in a function declaration?
What is wrong in this statement?