int x=sizeof(!5.856);
What will value of variable x?
Answers were Sorted based on User's Feedback
program to find a smallest number in an array
What is define c?
Is a house a shell structure?
What is difference between stdio h and conio h?
Combinations of fibanocci prime series
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
Explain how does free() know explain how much memory to release?
what does " calloc" do?
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?