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...

main()
{
clrscr();
}
clrscr();

Answer Posted / surenda pal singh chouhan

No output/error

Explanation:
The first clrscr() occurs inside a function. So it becomes
a function call. In the second clrscr(); is a function
declaration (because it is not inside any function).

Is This Answer Correct ?    17 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define recursion in c.

1352


Explain union.

1238


Explain how can I remove the trailing spaces from a string?

1107


In c language can we compile a program without main() function?

1179


How old is c programming language?

1065


What are linker error?

1152


Explain that why C is procedural?

1194


What are extern variables in c?

1042


What is the difference between arrays and pointers?

1175


Can a variable be both const and volatile?

1192


What are header files why are they important?

1155


what type of questions arrive in interview over c programming?

2084


Explain what is the difference between text files and binary files?

1222


How do I send escape sequences to control a terminal or other device?

1123


Why c is called top down?

1220