What are the types of arrays in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how do you determine whether to use a stream function or a low-level function?
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 a memory leak in structures? How can we rectify that?
What do you know about the use of bit field?
write a program to display & create a rational number
What is d scanf?
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, TCS,
What does *p++ do?
How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?
program to convert a integer to string in c language'
Is return a keyword in c?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?