C Code Interview Questions
Questions Answers Views Company eMail

How we print the table of 3 using for loop in c programing?

7 10409

How to count a sum, when the numbers are read from stdin and stored into a structure?

1 3826

how many processes will gate created execution of -------- fork(); fork(); fork(); -------- Please Explain... Thanks in advance..!

GATE,

8 22511

how to print 1 2 3 4 5 6 7 8 9 10 9 8 7 6 5 4 3 2 1 using any loop(for or while) only once(only 1 loop) and maximum 2 variables using C.

Cap Gemini, Infosys,

19 41486

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

Abbott,

2806

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 ?

2247

What is the difference between proc means and proc tabulate ? explain with a simple example when you have to use means or tabulate?

1 3697

What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql

2394

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

TCS,

2313

how can i search an element in an array

CTS, Microsoft, ViPrak,

2 5905

Is it possible to print a name without using commas, double quotes,semi-colons?

7 11294

how to test pierrot divisor

2244

pls anyone can help me to write a code to print the values in words for any value.Example:1034 to print as "one thousand and thirty four only"

2 4337

what is variable length argument list?

2 4018

Write a program to print a square of size 5 by using the character S.

Microsoft,

6 21990


Post New C Code Questions

Un-Answered Questions { C Code }

#include int main(void) { int a=4, b=2; a=b<>2 ; printf("%d",a); return 0; }

1057


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

3012


How do you verify if the two sentences/phrases input is an anagram using predefined functions in string.h and by using arrays?

2006


Cluster head selection in Wireless Sensor Network using C programming language.

3092


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

6294






Develop a routine to reflect an object about an arbitrarily selected plane

2974


how to test pierrot divisor

2244


In a gymnastic competition, scoring is based on the average of all scores given by the judges excluding the maximum and minimum scores. Let the user input the number of judges, after that, input the scores from the judges. Output the average score. Note: In case, more than two judges give the same score and it happens that score is the maximum or minimum then just eliminate two scores. For example, if the number of judges is 5 and all of them give 10 points each. Then the maximum and minimum score is 10. So the computation would be 10+10+10, this time. The output should be 10 because 30/3 is 10.

2364


How can you relate the function with the structure? Explain with an appropriate example.

2908


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

3676


Write a routine to implement the polymarker function

4367


What is the difference between proc means and proc tabulate ? explain with a simple example when you have to use means or tabulate?

3697


why nlogn is the lower limit of any sort algorithm?

2362


Design an implement of the inputs functions for event mode

2948


How to palindrom string in c language?

8779