Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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.

Answer Posted / ningappa

a.Need not return any value

Is This Answer Correct ?    56 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

2344


Explain what is the benefit of using an enum rather than a #define constant?

1274


What is the difference between functions abs() and fabs()?

1207


can anyone suggest some site name..where i can get some good data structure puzzles???

2157


disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

2108


Can you mix old-style and new-style function syntax?

1154


Explain logical errors? Compare with syntax errors.

1126


What is local and global variable in c?

1251


How can you tell whether two strings are the same?

1307


How reliable are floating-point comparisons?

1150


What are the 5 types of inheritance in c ++?

1073


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

2884


What is pointer in c?

1249


A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference

1151


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

2173