how many keywords do C compile?
Answer Posted / naresh lingampally
In general we use 32/36 keywords..........
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?
what are the facialities provided by you after the selection of the student.
Explain what is the benefit of using enum to declare a constant?
What are c header files?
What is the benefit of using #define to declare a constant?
Is null always equal to 0(zero)?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is #line in c?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
What is data type long in c?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
what are the advantages of a macro over a function?
hi any body pls give me company name interview conduct "c" language only
Explain how can I write functions that take a variable number of arguments?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?