What is the difference between functions abs() and fabs()?
No Answer is Posted For this Question
Be the First to Post Answer
What is use of bit field?
code snippet for creating a pyramids triangle ex 1 2 2 3 3 3
Explain what is gets() function?
Why c is called free form language?
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item
What is void pointers in c?
CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
what is difference between #include<stdio.h> and #include"stdio.h"
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
Is there any demerits of using pointer?