What is a char c?
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 is difference between array and structure in c?
Is reference used in C?
write a program which counts a product of array elements lower than 10.
whether itis a structured language?
Is c# a good language?
Are comments included during the compilation stage and placed in the EXE file as well?
What are the different data types in C?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is volatile variable in c with example?
What is structure and union in c?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???