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 Code Interview Questions
Questions Answers Views Company eMail

Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like.

21 46015

Write a routine to draw a circle (x ** 2 + y ** 2 = r ** 2) without making use of any floating point computations at all.

2 21414

Give a one-line C expression to test whether a number is a power of 2.

10 23884

Give a very good method to count the number of ones in a 32 bit number. (caution: looping through testing each bit is not a solution)

7 28335

program to Reverse a linked list

12 57122

write a program to Insert in a sorted list

4 13523

Write a routine that prints out a 2-D array in spiral order

3 16564

Write, efficient code for extracting unique elements from a sorted list of array. e.g. (1, 1, 3, 3, 3, 5, 5, 5, 9, 9, 9, 9) -> (1, 3, 5, 9).

13 35302

How to swap two variables, without using third variable ?

104 224015

how to check whether a linked list is circular.

11 59714

Write out a function that prints out all the permutations of a string. For example, abc would give you abc, acb, bac, bca, cab, cba. You can assume that all the characters will be unique.

5 21047

Write a prog to accept a given string in any order and flash error if any of the character is different. For example : If abc is the input then abc, bca, cba, cab bac are acceptable, but aac or bcd are unacceptable.

5 13447

Find your day from your DOB?

15 17279

Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it.

9 19901

String copy logic in one line.

11 25344

Post New Microsoft C Code Interview Questions


Microsoft C Code Interview Questions


Un-Answered Questions

Is 4gb of ram enough for windows 7?

434


code for connection from windows forms to sql server

1709


Explain the asp.net mvc folder conventions? : asp.net mvc

510


What is the feminine of a tomcat?

473


Can you use Bubble Sort To sort the number of elements.

504






Why do we need decentralized systems? Benefits of blockchain technology?

1


How to create an icon from a bitmap?

1306


What is an activex server?

439


Explain the steps to be followed to deploy a big data solution?

206


What is the difference between char and varchar2 datatype in sql?

547


How do you name a formula?

330


Which are the different elements of marketing mix?

667


What is the use of interceptor?

524


What is the byte order of byte buffer?

567


How do I call help files from a VB program?

1008