Answer Posted / glibwaresoftsolutions
C is a general-purpose, procedural programming language that supports structured programming. It is widely used for system software and application development.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the standard predefined macros?
What is difference between union and structure in c?
List the variables are used for writing doubly linked list program.
Is flag a keyword in c?
Explain the properties of union. What is the size of a union variable
Explain pointers in c programming?
Explain do array subscripts always start with zero?
Where static variables are stored in memory in c?
Can a pointer point to null?
What do you mean by scope of a variable in c?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
What are the key features in c programming language?
What is a protocol in c?
Explain what is the difference between functions abs() and fabs()?
which is an algorithm for sorting in a growing Lexicographic order