What is the difference between abs() and fabs() functions?
No Answer is Posted For this Question
Be the First to Post Answer
Why void is used in c?
How to define structures? ·
What are called c variables?
#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }
how to determine the complexity of an algorithm as log(n)
What is extern keyword in c?
What is a constant and types of constants in c?
Explain how can I manipulate strings of multibyte characters?
Is there anything like an ifdef for typedefs?
What is keyword with example?
Are the outer parentheses in return statements really optional?
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,