Perimeter of the back wheel = 9 feet, front wheel = 7 feet on a certain distance, the front wheel gets 10 revolutions more than the back wheel .What is the distance?
8 32710void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 31312A+B+C+D=D+E+F+G=G+H+I=17 where each letter represent a number from 1 to 9. Find out what does letter D and G represent if letter A=4?
4 9965Write a program to maintain a singly linked list having the following functions: a) Creation of the list b) Displaying the list. c) Swap all nodes at consecutive even odd positions. E.g.: The nodes at position 1 should be swapped with node 2, node 3 with node 4 and so on.
7598Post New C DAC Interview Questions
What is null indicator in db2?
Is mvc architecture or framework?
What python version should be used with django?
What are the different types of constructors in c#?
which command using query analyzer will give you the version of sql server and operating system? : Sql dba
In which level does the original movie resides?
What is the definition of database management system?
Explain mirroring concept?
When entering foreign currency fi transactions describe the various ways in which the exchange rate is derived by sap?
Ap wkur,=p5 where wkur is a label?
What is involved with using std library (inc stl) with ACE/TAO?
How do I type a letter on windows 10?
What is isotropic material ?
How to invoke a stored procedure in hibernate?
Write a program to interchange 2 variables without using the third one.