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

write a C code to reverse a string using a recursive function, without swapping or using an extra memory.

9 Answers   Motorola, TCS, Wipro,


What is a lvalue

0 Answers   Global Logic,


What is c language and why we use it?

0 Answers  


What does it mean when a pointer is used in an if statement?

0 Answers  


/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*

6 Answers  






What does the message "automatic aggregate intialization is an ansi feature" mean?

0 Answers  


Why c is a mother language?

0 Answers  


What is void main () in c?

0 Answers  


Using which language Test cases are added in .ptu file of RTRT unit testing???

0 Answers  


What are types of structure?

0 Answers  


main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }

3 Answers   ME,


What is the advantage of c?

0 Answers  


Categories