What is a #include preprocessor?
what is level of tree if leaf node is at level 4.please explain.
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
How would you obtain the current time and difference between two times?
why division operator not work in case of float constant?
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,
#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); }
What is the use of printf() and scanf() functions?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What is a shell structure examples?
How many types of sorting are there in c?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
Is c programming hard?