How can I recover the file name given an open stream?
No Answer is Posted For this Question
Be the First to Post Answer
write a C program to print the program itself ?!
Sir i need notes for structure,functions,pointers in c language can you help me please
Write an interactive c program that will encode or decode a line of text. To encode a line of text, proceed as follows: Convert each character, including blank spaces, to its ASCII equivalent. 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. 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 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. Display 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 decoding as was used in encoding.
1 Answers Amazon, CSJM, HCL, Microsoft, TCS, Wipro,
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
Explain why C language is procedural?
Who invented b language?
What are # preprocessor operator in c?
Explain what is the difference between #include and #include 'file' ?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
How do we declare variables in c?
Differentiate between null and void pointers.
write an interactive program to generate the divisors of a given integer.