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
What is the difference between volatile and const volatile?
How do you define a string?
20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?
How does memset() work in C?
write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables
What is Bitwise Operator and how it works?
what type of language is C?
What is the purpose of & in scanf?
What is pointer and structure in c?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.