how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / mathankumar
compiler
| Is This Answer Correct ? | 42 Yes | 17 No |
Post New Answer View All Answers
Who developed c language and when?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
Explain how can you avoid including a header more than once?
Hi can anyone tell what is a start up code?
What is the concatenation operator?
Explain do array subscripts always start with zero?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
write a program to display all prime numbers
Why c language?
What oops means?
Why c language is called c?
What is volatile variable how do you declare it?
Do you know null pointer?
What should malloc() do?
What is the difference between single charater constant and string constant?