C Code Interview Questions
Questions Answers Views Company eMail

how to return a multiple value from a function?

Wipro,

2 6241

String copy logic in one line.

Microsoft, NetApp,

11 25215

String reverse with time complexity of n/2 with out using temporary variable.

NetApp, Symantec,

10 21315

Link list in reverse order.

NetApp,

8 15342

Sorting entire link list using selection sort and insertion sort and calculating their time complexity

Infosys, Microsoft, NetApp,

1 6680

Finding a number which was log of base 2

NetApp,

1 7884

Finding a number multiplication of 8 with out using arithmetic operator

Eyeball, NetApp,

8 16552

How do you sort a Linked List (singly connected) in O(n) please mail to pawan.10k@gmail.com if u can find an anser...i m desperate to knw...

Microsoft, MSD, Oracle,

6 14306

write the function. if all the character in string B appear in string A, return true, otherwise return false.

Google,

11 15708

1) int i=5; j=i++ + i++ + i++; printf("%d",j);This code gives the answer 15.But if we replace the value of the j then anser is different?why? 2)int i=5; printf("%d",i++ + i++ + i++); this givs 18.

IBPS, Infosys, TCS,

8 60354

How do I write a program to print proper subset of given string . Eg :input: abc output:{},{a},{b},{c},{a,b},{a,c},{b,c}, {a,b,c}.I desperately need this program please mail me to saravana6m@gmail.com

Deshaw, Infosys,

11 35562

How to reverse a String without using C functions ?

Matrix, TCS, Wipro,

33 101956

How we will connect multiple client ? (without using fork,thread)

TelDNA,

3 6952

To Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates.

Amazon, BITS, Microsoft, Syncfusion, Synergy, Vector,

19 124877

to remove the repeated cahracter from the given caracter array. i.e.., if the input is SSAD output should of SAD

Synergy,

6 7999


Post New C Code Questions

Un-Answered Questions { C Code }

create a C-code that will display the total fare of a passenger of a taxi if the driver press enter,the timer will stop. Every 10 counts is 2 pesos. Initial value is 25.00

6293


how to test pierrot divisor

2242


why do you use macros? Explain a situation where you had to incorporate macros in your proc report? use a simple instream data example with code ?

2246


What is full form of PEPSI

1846


Write a routine to implement the polymarker function

4364






write a function to give demostrate the functionality of 3d in 1d. function prototye: change(int value,int indexX,int indexY,int indexZ, int [] 1dArray); value=what is the date; indexX=x-asix indexY=y-axis indexZ=z-axis and 1dArray=in which and where the value is stored??

4126


How can I Create a C program in splitting set of characters to specific subsets. Example: INPUT SET OF CHARACTERS: Therefore, my dear brothers and sisters, stand firm. Let nothing move you. Always give yourselves fully to the work of the Lord, because you know that your labor in the Lord is not in vain. SPLIT INTO HOW MANY CHARACTERS PER SUBSETS: 10 OUTPUT: Therefore, my dear b rothers an d sisters, stand fir m. Let not hing move you. Alway s give you rselves fu lly to the work of t he Lord, b ecause you know that your labo r in the L ord is not in vain.

1912


can you use proc sql to manpulate a data set or would u prefer to use proc report ? if so why ? make up an example and explain in detail

2309


Write a program to model an exploding firecracker in the xy plane using a particle system

3675


What is data _null_? ,Explain with code when u need to use it in data step programming ?

2804


Can you send Code for Run Length Encoding Of BMP Image in C Language in linux(i.e Compression and Decompression) ?

3834


Set up procedure for generating a wire frame display of a polyhedron with the hidden edges of the object drawn with dashed lines

3009


write a simple calculator c program to perform addition, subtraction, mul and div.

3126


why nlogn is the lower limit of any sort algorithm?

2360


Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange

2845