What is a header file?
No Answer is Posted For this Question
Be the First to Post Answer
What is a nested formula?
What is function pointer and where we will use it
Can you please explain the difference between malloc() and calloc() function?
write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20
Write a program to accept a character & display its corrosponding ASCII value & vice versa?
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
What are header files and explain what are its uses in c programming?
Write a program to find minimum between three no.s whithout using comparison operator.
Is fortran faster than c?
What is #include in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
How to write a program for swapping two strings without using 3rd variable and without using string functions.