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
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.
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.
What is the difference between functions getch() and getche()?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What is the process of writing the null pointer?
Which built-in library function can be used to match a patter from the string?
Explain what does the format %10.2 mean when included in a printf statement?
What is sizeof int in c?
Write a small C program to determine whether a machine's type is little-endian or big-endian.
Can we change the value of constant variable in c?
What is clrscr in c?
What does nil mean in c?