Explain high-order bytes.
No Answer is Posted For this Question
Be the First to Post Answer
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
What is the difference between int main and void main in c?
Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not
if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 Answers Parexel, Ram Infotech, Zycus Infotech,
If fflush wont work, what can I use to flush input?
In CMM or CMMI certified organizations,we assess only the standard software processes of the organization. We do not assess the organizations other functional departments like HR or Admin. Then how can we certify the entire organization as CMM level company?? We have assessed only software related activities. Right. There is no relation with other departments like Accounts, HR or Admin. Then how can we claim that the whole company is a CMM certified company?
why arithmetic operation can’t be performed on a void pointer?
what is the full form of c language
write a program to compare 2 numbers without using logical operators?
what is different between auto and local static? why should we use local static?
What is the use of volatile?
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.