How can I get the current date or time of day in a c program?
No Answer is Posted For this Question
Be the First to Post Answer
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%
Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
What is indirection? How many levels of pointers can you have?
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
What is sizeof int in c?
Can true be a variable name in c?
how we can make 3d venturing graphics on outer interface
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5
What is extern variable in c with example?
Is there a way to compare two structure variables?
What is equivalent to ++i+++j?
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,