What is true about the following C Functions
(a) Need not return any value
(b) Should always return an integer
(c) Should always return a float
(d) Should always return more than one value
Answers were Sorted based on User's Feedback
Answer / seema choudhary
(a) Need not return any value
b'caz all statements has using the return type
Is This Answer Correct ? | 6 Yes | 1 No |
Write a program to reverse a linked list in c.
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
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...
what is pointer
What are pointers in C? Give an example where to illustrate their significance.
What are the keywords in c?
Can you subtract pointers from each other? Why would you?
Please write the area of a RIGHT ANGLED TRIANGLE.
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
can anyone suggest some site name..where i can get some good data structure puzzles???
What is difference between && and & in c?
how to find greatet of 10 numbers without using array?