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

#define clrscr() 100

main()

{

clrscr();

printf("%d\n",clrscr());

}

Answer Posted / naveen

yes it works and prints 100 because we defined clrscr() to
100. we can also set values to any predefined functions

Is This Answer Correct ?    20 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is data _null_? ,Explain with code when u need to use it in data step programming ?

3336


Write a program to model an exploding firecracker in the xy plane using a particle system

4132


Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange

3348


Cluster head selection in Wireless Sensor Network using C programming language.

3733


how to test pierrot divisor

2749


How to palindrom string in c language?

11042


#include int main(void) { int a=4, b=2; a=b<>2 ; printf("%d",a); return 0; }

1622


write a program for area of circumference of shapes

2562


Develop a routine to reflect an object about an arbitrarily selected plane

3604


How can you relate the function with the structure? Explain with an appropriate example.

3434


can you use proc sql to manpulate a data set or would u prefer to use proc report ? if so why ? make up an example and explain in detail

2981


how to programme using switch statements and fuctions, a programme that will output two even numbers, two odd numbers and two prime numbers of the users chioce.

2669


create a C-code that will display the total fare of a passenger of a taxi if the driver press enter,the timer will stop. Every 10 counts is 2 pesos. Initial value is 25.00

6977


What is full form of PEPSI

2408


What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql

2905