find the sum of two matrices and WAP for it.
No Answer is Posted For this Question
Be the First to Post Answer
What do header files do?
What is volatile variable how do you declare it?
In C language, a variable name cannot contain?
how many error occurs in C language ?
Explain what are linked list?
What is c method?
all c language question
Can a pointer be static?
What is the role of this pointer?
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
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?