C program execution always begins with
a) #include
b) comment (/*-------*/)
c) main()
d) declaration instructions
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between ++u and u++?
What are volatile variables?
Explain the properties of union. What is the size of a union variable
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
How can you restore a redirected standard stream?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
Differentiate between full, complete & perfect binary trees.
compare array with pointer?
what is inline function?
What is a program flowchart and explain how does it help in writing a program?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..