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
What is the code for 3 questions and answer check in VisualBasic.Net?
What are the applications of c language?
Is using exit() the same as using return?
What is c++ used for today?
What is the 'named constructor idiom'?
What are different types of variables in c?
Differentiate between #include<...> and #include '...'
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What are the 4 types of programming language?
What is a void pointer in c?
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
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
How can a program be made to print the line number where an error occurs?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
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