Differentiate abs() function from fabs() function.
No Answer is Posted For this Question
Be the First to Post Answer
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
Here is a good puzzle: how do you write a program which produces its own source code as output?
Why do we need a structure?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
What is && in c programming?
What are the types of unary operators?
Explain how can a program be made to print the line number where an error occurs?
How can I convert integers to binary or hexadecimal?
Can we access array using pointer in c language?
Write a program in c to print * * * * * *******
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?