#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
What is data _null_? ,Explain with code when u need to use it in data step programming ?
Write a program to model an exploding firecracker in the xy plane using a particle system
Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange
Cluster head selection in Wireless Sensor Network using C programming language.
how to test pierrot divisor
How to palindrom string in c language?
#include
write a program for area of circumference of shapes
Develop a routine to reflect an object about an arbitrarily selected plane
How can you relate the function with the structure? Explain with an appropriate example.
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
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.
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
What is full form of PEPSI
What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql