By using C language input a date into it and if it is right?


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

Post New Answer

More C Interview Questions

What is call by reference in functions?

1 Answers  


What is const keyword in c?

0 Answers  


can v write main() { main(); } Is it true?

6 Answers  


without using arithmatic operator solve which number is greater??????????

1 Answers   Accenture,


What does the error 'Null Pointer Assignment' mean and what causes this error?

0 Answers   TISL,






What is information technology.

1 Answers  


Can we change the value of #define in c?

0 Answers  


main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }

5 Answers   Amazon, HCL, Thought Works,


#&#8206;include&#8236;<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }

2 Answers   Facebook,


for(;;) printf("C language") What is out put of above??

2 Answers   Practical Viva Questions,


what is a function prototype?

1 Answers  


What is meant by realloc()?

0 Answers  


Categories