Write a simple code fragment that will check if a number is positive or negative.
No Answer is Posted For this Question
Be the First to Post Answer
What are bit fields? What is their use?
Do you know what is a programing language ?
what is the size of an integer variable?
What is the difference between typeof(foo) and myFoo.GetType()?
4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.
What is the use of bitwise operator?
How are Structure passing and returning implemented by the complier?
How to add two numbers without using semicolon at runtime
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
main() { printf("hello%d",print("QUARK test?")); }
What is the data segment that is followed by c?
What is extern variable in c with example?