Answer Posted / m.padmavathi
c is amiddle level language.
| Is This Answer Correct ? | 89 Yes | 15 No |
Post New Answer View All Answers
What is break statement?
What is the size of enum in bytes?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
What is c language & why it is used?
What is #line in c?
What is void main ()?
What is structure in c definition?
What is a macro, and explain how do you use it?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
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
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Explain about block scope in c?
Why static is used in c?
What is the use of ?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321