What are shell structures used for?
No Answer is Posted For this Question
Be the First to Post Answer
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?
number of times a digit is present in a number
What does a pointer variable always consist of?
What is a char c?
Is null always equal to 0(zero)?
What is the importance of c in your views?
Explain what is output redirection?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
how to count no of words,characters,lines in a paragraph.
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
Difference between strcpy() and memcpy() function?