What is the maximum value of a unsigned char
a) 255
b) 256
c) 128
No Answer is Posted For this Question
Be the First to Post Answer
What is std :: endl?
What is the difference between #define debug 0 and #undef debug?
"How will you merge these two arrays? Write the program Array: A 1 18 22 43 Array: B 3 4 6 20 34 46 55 Output Array: C 1 3 4 6 18 20 22 34 43 46 55"
9 Answers College School Exams Tests, HCL,
what is pre-processor in C++?
What is a sequence in c++?
What is the latest c++ version?
What is virtual destructors? Why they are used?
What are static type checking?
What are the advantages of early binding?
You're given an array containing both positive and negative integers and required to find the sub-array with the largest sum (O(N) a la KBL). Write a routine in C for the above.
What is c++ hash?
Which field is used in c++?