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
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
what is meant by the "equivalence of pointers and arrays" in C?
How to implement call back functions ?
Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }
What is a program flowchart?
regarding pointers concept
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
Can u return two values using return keyword? If yes, how? If no, why?
Is sizeof a keyword in c?
what is diff b/w huge & far & near pointer??
What is the difference between exit() and _exit() function?
what is the main use of c where it can use the c