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 32218void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 30888A+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 9702Write 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.
7507Post New C DAC Interview Questions
How do I run exe files on windows?
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
Does windows 10 have email?
What is parallel data transfer process?
What is the default left margin?
List The Agile Methodology Of DevOps?
Can python handle big data?
Can you explain what are the differences between javascript and actionscript?
if a method is marked as protected internal who can access it?
What is difference between rest api and restful api?
Why can't we do it thru some other client?
How do I view javascript in chrome?
Can we use an equated value as operands for an MVC ? Reason for the same.
Can two tasks be assigned to the same partition in sybase?
How to pad an array with the same value multiple times?