What does the c in ctime mean?


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

Post New Answer

More C Interview Questions

How to draw the flowchart for structure programs?

0 Answers  


What is an object?

5 Answers  


please give me some tips for the placement in the TCS.

0 Answers   TCS,


Which command is more efficient? *(ptr+1) or ptr[1]

3 Answers  


Can a binary search tree be used as an index? If yes, how? Explain

0 Answers   TCS,






What are extern variables in c?

0 Answers  


write a program to convert a expression in polish notation (postfix) to inline (normal)

0 Answers   Siemens,


Explain how many levels deep can include files be nested?

0 Answers  


1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output

2 Answers  


An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above

0 Answers  


What is the purpose of void pointer?

0 Answers  


What is the auto keyword good for?

0 Answers  


Categories