What is the difference between abs() and fabs() functions?
No Answer is Posted For this Question
Be the First to Post Answer
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
errors in computer programmes are called
How do you define a string?
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }
What is hashing in c?
compute the nth mumber in the fibonacci sequence?
10 Answers Canon, HPL, Satyam, TCS,
64/square(4)
What are the primitive data types in c?
Can a variable be both constant and volatile?
Explain what is output redirection?
What is void pointers in c?
Is a pointer a kind of array?