What is atoi and atof in c?
No Answer is Posted For this Question
Be the First to Post Answer
Can a variable be both const and volatile?
Which is an example of a structural homology?
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
What is getch() function?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Explain Linker and Loader
main() { int i=400,j=300; printf("%d..%d"); }
In header files whether functions are declared or defined?
How can I get back to the interactive keyboard if stdin is redirected?
What is the default value of local and global variables in c?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is the difference between char array and char pointer?