long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / guest
Compiler Dependent
Is This Answer Correct ? | 112 Yes | 18 No |
Post New Answer View All Answers
What is the size of empty structure in c?
What are dangling pointers in c?
Why c is called procedure oriented language?
What are unions in c?
can any one tel me wt is the question pattern for NIC exam
Is int a keyword in c?
Why c is called a mid level programming language?
What is the code for 3 questions and answer check in VisualBasic.Net?
What is 2 d array in c?
What is sorting in c plus plus?
Explain is it valid to address one element beyond the end of an array?
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 is pointer in c?
How can I trap or ignore keyboard interrupts like control-c?
What is property type c?