|
Related Questions |
View Answer |
|
How would you use the functions sin(),pow(),sqrt()?
|
View Answer
|
|
how would you use the functions memcpy(),memset(),memmove()?
|
View Answer
|
|
How would you use the functions randomize()and random()?
|
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
|
|
1. 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.
|
}
- Functions in C Interview Questions & Answers">
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?
|
- Functions in C Interview Questions & Answers">
View Answer
|
|
What is the purpose of main( ) function?
|
View Answer
|
|
Is using exit() the same as using return?
|
View Answer
|