Write the test cases for checking a variable having value in
range -10.0 to +10.0?
No Answer is Posted For this Question
Be the First to Post Answer
How can I read/write structures from/to data files?
Suggesting that there can be 62 seconds in a minute?
How can a process change an environment variable in its caller?
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
can we write a c program with out using main
What is the use of function overloading in C?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
What are the features of the c language?
Explain the use of #pragma exit?
in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000
write a program without using main function?