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


Please Help Members By Posting Answers For Below Questions

What is the size of empty structure in c?

802


What are dangling pointers in c?

819


Why c is called procedure oriented language?

783


What are unions in c?

753


can any one tel me wt is the question pattern for NIC exam

1736


Is int a keyword in c?

726


Why c is called a mid level programming language?

792


What is the code for 3 questions and answer check in VisualBasic.Net?

1894


What is 2 d array in c?

736


What is sorting in c plus plus?

728


Explain is it valid to address one element beyond the end of an array?

930


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?

1719


What is pointer in c?

942


How can I trap or ignore keyboard interrupts like control-c?

803


What is property type c?

827