What is time null in c?


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

Post New Answer

More C Interview Questions

The statement, int(*x[]) () what does in indicate?

0 Answers  


What is the purpose of void pointer?

0 Answers  


What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }

9 Answers   CTS, Wipro,


which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%

4 Answers  


how to generate sparse matrix in c

3 Answers  






Given an unsigned integer, find if the number is power of 2?

5 Answers  


how to write hello word without using semicolon at the end?

6 Answers   Accenture,


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

0 Answers  


how to find binary of number?

2 Answers  


in which language c language is written?

2 Answers  


What is the difference between formatted&unformatted i/o functions?

0 Answers  


What are the loops in c?

0 Answers  


Categories