sir i got 146 correct question & i have also the advantage
of height so will they consider my marks as 146+3=149.can
any body tell me how they consider my height marks.
Answer Posted / ganpat
because u r 3 feet long
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are types of preprocessor in c?
Is main is user defined function?
Differentiate Source Codes from Object Codes
What is meant by preprocessor in c?
Define Array of pointers.
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Which is the memory area not included in C program? give the reason
Using which language Test cases are added in .ptu file of RTRT unit testing???
Why array is used in c?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
How can I insert or delete a line (or record) in the middle of a file?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
write an interactive C program that will encode or decode a line of text.To encode a line of text,proceed as follows. 1.convert each character,including blank spaces,to its ASCII equivalent. 2.Generate a positive random integer.add this integer to the ASCII equivalent of each character.The same random integer will be used for the entire line of text. 3.Suppose that N1 represents the lowest permissible value in the ASCII code,and N2 represents the highest permissible value.If the number obtained in step 2 above(i.e.,the original ASCII equivalent plus the random integer)exceeds N2,then subtract the largest possible multiple of N2 from this number,and add the remainder to N1.Hence the encoded number will always fall between N1 and N2,and will therefore always represent some ASCII character. 4.Dislay the characters that correspond to the encoded ASCII values. The procedure is reversed when decoding a line of text.Be certain,however,that the same random number is used in decodingas was used in encoding.
difference between Low, Middle, High Level languages in c ?
what do you mean by inline function in C?