Answer Posted / ramprakash
'C' means controller language which controls various
operations with complxity......
| Is This Answer Correct ? | 11 Yes | 9 No |
Post New Answer View All Answers
Where register variables are stored in c?
What is pragma c?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What is a struct c#?
What does s c mean on snapchat?
What do you mean by dynamic memory allocation in c? What functions are used?
What is nested structure?
With the help of using classes, write a program to add two numbers.
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.
Explain two-dimensional array.
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is the right type to use for boolean values in c? Is there a standard type?
What is the difference between variable declaration and variable definition in c?