What are the types of variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
What are the different types of constants?
why we need function pointers?
Write a C function to search a number in the given list of numbers. donot use printf and scanf
Q. where is the below variables stored ? - volatile, static, register
Compare array data type to pointer data type
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
what is the use of ~ in c lang?????
20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????
what is the benefit of c30
how to write palindrome program?
How can I access an I o board directly?