Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Microsoft C Interview Questions
Questions Answers Views Company eMail

Give a fast way to multiply a number by 7

15 49207

macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration

12 34535

# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none

7 19607

Describe advantages and disadvantages of the various stock sorting algorithms

1 9103

How would you print out the data in a binary tree, level by level, starting at the top?

6 23812

program to find a smallest number in an array

15 37664

write a program to find out number of on bits in a number?

17 28370

how the size of an integer is decided? - is it based on processor or compiler or OS?

19 38966

write a program to swap Two numbers without using temp variable.

75 181690

Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?

1 9115

how we can make 3d venturing graphics on outer interface

1 4308

Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.

11 17933

If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5).

5 10385

Write a program to find the smallest and largest element in a given array in c language

11 53097

Write a program to generate prime factors of a given integer?

9 31727

Post New Microsoft C Interview Questions


Microsoft C Interview Questions


Un-Answered Questions

Can I share my data with other jobs? How?

837


What is the importance of enzymes for the living beings?

877


Define fair value accounting?

820


What are the different categories you can categorize the sequence learning process?

80


What is the biggest disadvantage of using a vsam dataset?

824






What is meant by day types?

737


Accounting concepts are broad basic assumptions that underlie the periodic financial accounts of business enterprises. Discuss

1561


Are you willing to work overtime at Pizza Express?

898


While converting delta into star or star into delta ,the three values of resistances remains unchanged .Find out the value?Let In star R1=x;r2=x;R3=x On converting into delta,R12=x;R23=x;R31=x Find the value of x

1653


How to share global variables across modules?

594


How do formulas work in a spreadsheet?

392


What are filter commands in unix?

756


What are inner beans in spring?

235


How many types of users in dbms?

634


Can we Use VB SCRIPT instead of JAVASCRIPT in Asp.Net...

2049