char ch=10;printf("%d",ch);what is the output
Post New Answer View All Answers
Explain what is the benefit of using #define to declare a constant?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
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
a c code by using memory allocation for add ,multiply of sprase matrixes
How pointers are declared?
Why do we write return 0 in c?
How are Structure passing and returning implemented by the complier?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What are the different types of C instructions?
how to count no of words,characters,lines in a paragraph.
Who invented bcpl language?
What are qualifiers?
What are control structures? What are the different types?
How do you generate random numbers in C?