Answer Posted / abhradeep chatterjee
No above two answers are not corret, because i am not sure
about the shape and angle of the triangle.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can you think of a logic behind the game minesweeper.
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?
Write a program to print "hello world" without using a semicolon?
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.
Can we assign string to char pointer?
Is that possible to add pointers to each other?
What is the function of volatile in c language?
Why #include is used in c language?
Subtract Two Number Without Using Subtraction Operator
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Explain which function in c can be used to append a string to another string?
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 is function prototype in c language?
What are the uses of null pointers?
Can you apply link and association interchangeably?