Answer Posted / naveenkumar s h
#include<stdio.h>
#include<conio.h>
void main()
{
printf(%d, printf(%d));
}
| Is This Answer Correct ? | 0 Yes | 11 No |
Post New Answer View All Answers
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What is huge pointer in c?
How do you use a pointer to a function?
Explain the concept and use of type void.
When should a far pointer be used?
Explain what is the difference between far and near ?
How can you increase the size of a dynamically allocated array?
What do you mean by c what are the main characteristics of c language?
What is an example of structure?
What is scope rule in c?
What is call by value in c?
how do you programme Carrier Sense Multiple Access
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
What is the difference between int main and void main in c?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;