long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes

Answer Posted / noone

8 bytes

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1889


What are the applications of c language?

824


Is using exit() the same as using return?

903


What is c++ used for today?

852


What is the 'named constructor idiom'?

814


What are different types of variables in c?

749


Differentiate between #include<...> and #include '...'

793


write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1

3630


What are the 4 types of programming language?

752


What is a void pointer in c?

821


A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

902


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1371


How can a program be made to print the line number where an error occurs?

848


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

3211


Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer

4084