Does c have an equivalent to pascals with statement?
No Answer is Posted For this Question
Be the First to Post Answer
How can I make it pause before closing the program output window?
Why is python slower than c?
How to print %d in output
what is the difference between unix os and linux os
2. What does static variable mean?
what is self refrential structure
FILE PROGRAMMING
What is the use of f in c?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What is the difference between a string and an array?