Array is an lvalue or not?
No Answer is Posted For this Question
Be the First to Post Answer
What is bin sh c?
Why flag is used in c?
Why c is called free form language?
what is diff b/w huge & far & near pointer??
Can a void pointer point to a function?
Who had beaten up hooligan "CHAKULI" in his early college days?
An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee
Why do we need functions in c?
write a program to create a sparse matrix using dynamic memory allocation.
What is function prototype in c language?
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?
Is it possible to run using programming C for Java Application?