How can you find the day of the week given the date?


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

Post New Answer

More C Interview Questions

Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table

3 Answers   Value Labs,


which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma

16 Answers   Accenture, Infosys, TCS, Wipro,


What is the translation phases used in c language?

0 Answers  


any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above

0 Answers  


in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

0 Answers  






Differentiate between calloc and malloc.

0 Answers   Wipro,


what is Structural oriented language? give some example of this language.....?

1 Answers  


why TCS selected more student in the software field from all institution.

5 Answers   TCS,


What is sizeof return in c?

0 Answers  


Are there any problems with performing mathematical operations on different variable types?

0 Answers  


what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }

3 Answers  


C program to read the integer and calculate sum and average using single dimensional array

0 Answers  


Categories