Combinations of fibanocci prime series
No Answer is Posted For this Question
Be the First to Post Answer
How will you delete a node in DLL?
sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.
Explain union.
how to swap four numbers without using fifth variable?
Can you mix old-style and new-style function syntax?
What is a #include preprocessor?
Do you know what are the properties of union in c?
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
write a c program to find the probability of random numbers between 1-1000