I just typed in this program, and it is acting strangely. Can you see anything wrong with it?


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

Post New Answer

More C Interview Questions

Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.

6 Answers   FCI, TCS,


Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.

2 Answers  


What is the difference between functions getch() and getche()?

0 Answers  


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

0 Answers   IBM,


What is the process of writing the null pointer?

0 Answers  






Which built-in library function can be used to match a patter from the string?

0 Answers  


Explain what does the format %10.2 mean when included in a printf statement?

0 Answers  


What is sizeof int in c?

0 Answers  


Write a small C program to determine whether a machine's type is little-endian or big-endian.

5 Answers   nvidia,


Can we change the value of constant variable in c?

0 Answers  


What is clrscr in c?

0 Answers  


What does nil mean in c?

0 Answers  


Categories