How would you obtain the current time and difference between two times?


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

Post New Answer

More C Interview Questions

what is c?

7 Answers   Tech Mahindra,


What is the basic structure of c?

0 Answers  


regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression

1 Answers   TCS,


In C programming, how do you insert quote characters (‘ and “) into the output screen?

0 Answers  


Function to find the given number is a power of 2 or not?

20 Answers   Motorola, nvidia,






please give code for this 1 2 4 7 11 16

11 Answers   Intel, Wipro,


What is meant by keywords in c?

0 Answers  


Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.

4 Answers  


write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language

18 Answers   IT Park, TCS,


What is operator precedence?

0 Answers  


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

0 Answers  


How does sizeof know array size?

0 Answers  


Categories