How are 16- and 32-bit numbers stored?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
what is the difference between declaration ,defenetion and initialization of a variable?
Write a C program to find the smallest of three integers, without using any of the comparision operators.
Explain enumerated types.
enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above
What's a "sequence point"?
Why is c called c?
Is linux written in c?
Explain the difference between struct and union.
What is default value of global variable in c?