Answer Posted / bilal
a computer is a set of h/w and s/w components
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What will be the outcome of the following conditional statement if the value of variable s is 10?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What is enumerated data type in c?
hi, which software companys will take,if d candidate's % is jst 55%?
What is c method?
What is meant by 'bit masking'?
Is null always defined as 0(zero)?
What is actual argument?
What is the difference between fread and fwrite function?
Can you write the function prototype, definition and mention the other requirements.
How can I get random integers in a certain range?
What is a structural principle?
What are the storage classes in C?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.