#include<stdio.h>
void main()
{
int =1;
printf("%d%d%d",a++,++a,++a);
}
Answer Posted / drashti
3
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
write a progrmm in c language take user interface generate table using for loop?
How is pointer initialized in c?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What does #pragma once mean?
What is else if ladder?
What are enums in c?
What is variable initialization and why is it important?
What does 2n 4c mean?
What are # preprocessor operator in c?
if p is a string contained in a string?
What are the 5 data types?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What is a rvalue?
What is 2c dna?
Explain is it valid to address one element beyond the end of an array?