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 47156

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

12 32631

# 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 18537

Describe advantages and disadvantages of the various stock sorting algorithms

1 8763

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

6 22635

program to find a smallest number in an array

15 36047

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

17 26678

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

19 36296

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

75 173520

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

1 8801

how we can make 3d venturing graphics on outer interface

1 3984

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

11 16429

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 9698

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

11 51646

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

9 30606

Post New Microsoft C Interview Questions


Microsoft C Interview Questions


Un-Answered Questions

How do I change from hotmail to outlook 2019?

1


How can os authentication be connected with weblogic jdriver for oracle and connection pools?

540


Does office 365 include microsoft access?

454


How to revert the most recent ‘destructive’ operation, changing the set of matched elements to its previous state using ?

456


Expand---------SDRT?

1444






Which namespace is required for working with 3d?

109


How is buffer used in aws?

145


If You join the company then what is the first thing you want to do , which you were not able to do in ur previous company ? why did you want to join the call center? why do you left your previous job? What is your greatest strength? where do you see yourself from (Ten or fifteen)years from now? If u will be the principal of a school what will u can do best for school? Take Over Means? What are your biggest weaknesses?

1777


The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here

1998


What are the basic dates?

575


How do we automate java based application?

118


How does a Bandgap Voltage reference work?

3239


Explain the difference between new() and malloc() in c++?

618


Write a program to add three numbers in C++ utilizing classes.

614


Which material is piezoelectric?

602