Explain how are 16- and 32-bit numbers stored?
No Answer is Posted For this Question
Be the First to Post Answer
A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??
Explain what is the difference between declaring a variable and defining a variable?
how to sort two array of characters and make a new array of characters.
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,
Describe wild pointers in c?
What is calloc malloc realloc in c?
what is the difference between unix os and linux os
write a program to compare 2 numbers without using logical operators?
What are register variables? What are the advantage of using register variables?
What is || operator and how does it function in a program?
What is the right type to use for boolean values in c? Is there a standard type?