What is an lvalue in c?
No Answer is Posted For this Question
Be the First to Post Answer
How can variables be characterized?
Q. where is the below variables stored ? - volatile, static, register
why integer range between -327680to+32767
Explain how do you search data in a data file using random access method?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
What is the role of && operator in a program code?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
Explain do array subscripts always start with zero?
what is the full form of c language
How do shell structures work?
What are pointers? What are stacks and queues?
Explain About fork()?