long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / guest
integer sizes always depend compiler which are specific to
different processor platforms.
| Is This Answer Correct ? | 34 Yes | 5 No |
Post New Answer View All Answers
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
What is void pointers in c?
What is the use of structure padding in c?
How can I remove the trailing spaces from a string?
Is c compiled or interpreted?
What is the meaning of c in c language?
Can you write the algorithm for Queue?
Describe the header file and its usage in c programming?
What does %p mean?
Describe wild pointers in c?
Tell me what are bitwise shift operators?
What is the difference between strcpy() and memcpy() function in c programming?
What is multidimensional arrays
What is the purpose of sprintf() function?