Answer Posted / aruna.r
void main() doesn't return any value.but we have to use
return type int means return any value
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
What is assignment operator?
How can my program discover the complete pathname to the executable from which it was invoked?
Explain how are 16- and 32-bit numbers stored?
Give the rules for variable declaration?
What does dm mean sexually?
what is bit rate & baud rate? plz give wave forms
What is the purpose of main() function?
What is the mean of function?
Lists the benefits of c programming language?
Explain what is the difference between text files and binary files?
Explain zero based addressing.
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?