Why do we use return in c?
No Answer is Posted For this Question
Be the First to Post Answer
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
What are structures and unions? State differencves between them.
What is a segmentation fault?
What is #error and use of it?
Diff between for loop and while loop?
Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….
write a code for large nos multilication (upto 200 digits)
Explain what is a pragma?
Describe how arrays can be passed to a user defined function
I have seen function declarations that look like this
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
What are two dimensional arrays alternatively called as?