Answer Posted / vishnu948923
1.changing d sizeof cursor,
2 clearing d content of screen,
3 drawing graphics shapes
4 formatting floppy drive
5 interacting with mouse
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
Where is c used?
What is external variable in c?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
please explain every phase in the "SDLC" in the dotnet.
Where register variables are stored in c?
What is pragma in c?
Explain what are binary trees?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What is the use of typedef in c?
In a header file whether functions are declared or defined?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
How was c created?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Hai what is the different types of versions and their differences
What is the purpose of the preprocessor directive error?