Explain what is wrong with this program statement? Void = 10;
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between c and java?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.
write a program which counts a product of array elements lower than 10.
Explain what is the benefit of using const for declaring constants?
write a programme that inputs a number by user and gives its multiplication table.
where are auto variables stored? What are the characteristics of an auto variable?
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 does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
How to create struct variables?
What's the total generic pointer type?
Write a c program to print the sizes and ranges of different data types in c?