Answer Posted / amit
A set of data values and associated operations that are
precisely specified independent of any particular
implementation.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is pointers in c?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What does return 1 means in c?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What is operator precedence?
What are the storage classes in C?
Explain how can you tell whether a program was compiled using c versus c++?
What does the format %10.2 mean when included in a printf statement?
Who is the main contributor in designing the c language after dennis ritchie?
Write a program with dynamically allocation of variable.
If the size of int data type is two bytes, what is the range of signed int data type?
What is the size of structure pointer in c?
Write a program to check whether a number is prime or not using c?