Which is an example of a structural homology?
No Answer is Posted For this Question
Be the First to Post Answer
f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?
What are external variables in c?
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
What are the different types of storage classes in C?
Explain what are header files and explain what are its uses in c programming?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What are the two types of functions in c?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???