main()
{
int i = 10;
printf(" %d %d %d
", ++i, i++, ++i);
}
No Answer is Posted For this Question
Be the First to Post Answer
What is array within structure?
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
What's the total generic pointer type?
Explain what is the difference between text files and binary files?
What is bubble sort in c?
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,
what are the different storage classes in c?
is c language is a object oreinted language?
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What are terms in math?
Why dont c comments nest?