Was 2000 a leap year?


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

Post New Answer

More C Interview Questions

What is fflush() function?

0 Answers  


In c programming language, how many parameters can be passed to a function ?

0 Answers  


what is recursion in C

0 Answers   Cap Gemini,


Write the syntax and purpose of a switch statement in C.

0 Answers   Adobe,


Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

0 Answers  






An entire structure variable can be assigned to another structure variable if __________

3 Answers   Sasken, TCS, Tech Mahindra, Wipro,


Explain the Difference between the New and Malloc keyword.

0 Answers   InterGraph,


what does keyword ‘extern’ mean in a function declaration?

1 Answers   Emerson,


What is pragma c?

0 Answers  


write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+

1 Answers   Reliance,


How can you tell whether two strings are the same?

0 Answers  


Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.

0 Answers  


Categories