What do you mean by team??

Answer Posted / amit19539

TEAM = Together Each Achieves More

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is c basic?

603


How can I convert a number to a string?

611


Why c is called procedure oriented language?

582


What is .obj file in c?

650


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

751






Differentiate between calloc and malloc.

762


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

656


Where we use clrscr in c?

711


What is the difference between ‘g’ and “g” in C?

2602


Differentiate between declaring a variable and defining a variable?

612


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.

2725


What is a function in c?

577


What is volatile, register definition in C

693


What is a constant and types of constants in c?

606


What are the difference between a free-standing and a hosted environment?

747