diff between exptected result and requirement?


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

Post New Answer

More C Interview Questions

Why enum is used in c?

0 Answers  


Differentiate between calloc and malloc.

0 Answers   Wipro,


main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?

1 Answers   GATE,


Write a function to find the area of a triangle whose length of three sides is given

2 Answers  


What is the use of void pointer and null pointer in c language?

0 Answers  


What are the average number of comparisons required to sort 3 elements?

2 Answers   DRDO,


input any 4 digit number and find the difference of all the digits?

3 Answers   Google,


Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A

1 Answers  


What are data types in c language?

0 Answers  


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

3 Answers   Sasken, TCS, Tech Mahindra, Wipro,


What are formal parameters?

0 Answers  


write a program for odd numbers?

15 Answers  


Categories