|
Related Questions |
View Answer |
 |
How would you use the functions randomize()and random()? |
View Answer |
 |
What is the difference between the functions rand(),random(),srand() and randomize()? |
View Answer |
 |
Can you use the function fprintf()to display the output on the screen? |
View Answer |
 |
How to see return value of main function? |
View Answer |
 |
How to write a program in c to print its own code? |
View Answer |
 |
What is the function of c? |
View Answer |
 |
What is a difference between printf and cout and why printf called a function and cout object as both are used to print data?
|
View Answer |
 |
How to print a statement without using printf() in c? |
View Answer |
 |
Write a Program to convert decimal to binary no. |
View Answer |
 |
What is the output of void main() { int a = (1,2,3); printf("%d",a); }
with reason. |
View Answer |
 |
Code To draw a three dimensional graph using c graphics?
|
View Answer |
 |
What is meant by malloc function |
View Answer |
 |
How do we get Square root of any number Without using sqrt() function?
|
View Answer |
 |
What are returned by printf(), scanf() functions,if they return anything means what are that?
|
View Answer |
 |
Have you heard of "mutable" keyword?
|
View Answer |
 |
What is the purpose of main( ) function?
|
View Answer |
 |
Is using exit() the same as using return?
|
View Answer |
 |
Is it possible to execute code even after the program exits the main() function?
|
View Answer |
 |
What is a static function?
|
View Answer |
 |
Difference between Funtion to pointer and pointer to function
|
View Answer |