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
why should i select you?
What is queue in c?
Explain bit masking in c?
Here is a neat trick for checking whether two strings are equal
What do you mean by command line argument?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?
What are the salient features of c languages?
The operation of a stair case switch best explains the a) or operation b) and operation c)exclusive nor operation d)exclusive or operation Which of the following is/are syntactically correct? a) for(); b) for(;); c) for(,); d) for(;;);
1 Answers HCL, Public Service Commission,
What are the different types of control structures?
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.
What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }