Why do we use c for the speed of light?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is d scanf?

0 Answers  


What is bubble sort in c?

0 Answers  


How to declare pointer variables?

0 Answers  


I want tcs placement papers of 2004-2009 , its urgent

6 Answers   TCS, Wipro,


program to get the remainder and quotant of given two numbers with out using % and / operators?

10 Answers   College School Exams Tests, IBM,






Explain how do you use a pointer to a function?

0 Answers  


#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

0 Answers   Wilco,


Find MAXIMUM of three distinct integers using a single C statement

0 Answers  


how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"

4 Answers   Wipro,


What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none

2 Answers   Oracle,


discuss the steps needed to get a program from source code to executable in a system?

1 Answers  


What is structure padding & expalain wid example what is bit wise structure?

1 Answers  


Categories