Answer Posted / ketan
#include<stdio.h>
#include<conio.h>
void main()
{
printf%d
}
| Is This Answer Correct ? | 3 Yes | 22 No |
Post New Answer View All Answers
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
Write a program to show the change in position of a cursor using c
What is variable declaration and definition in c?
What are the 4 data types?
What is omp_num_threads?
Explain what is #line used for?
What is this infamous null pointer, anyway?
swap 2 numbers without using third variable?
When was c language developed?
Can a variable be both const and volatile?
Can two or more operators such as and be combined in a single line of program code?
Explain what is the concatenation operator?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What is the description for syntax errors?
Differentiate between functions getch() and getche().