Sorry! Posting Assignment is allowed only for commercial accounts.
Send Enquiry
Beyond Knowing
Play Quiz
Sign in
Join Sookshmas
SCafe
SLC Membership
Beyond Knowing
Play Quiz
×
Announcement
×
Claps
Show ascii
Latin1
Recent Posts
MCQ
e-Notes
Questions
Calculations
#include<stdio.h>
#include<stdlib.h>
Int main()
{
int a=2,b=3,c=4,d=10;
printf("%d %d %d %d",a++,--b,++c,d--);
}
Posted on
November 22,2022 at 12:01 PM
by
Bhavana Ashrit
VKIT Bengaluru
Engineering-CS
Engineering-IS
Engineering - AI ML
C Language
6
Score(s)
3
Comment(s)
61
View(s)
#include<studio.h>
#include<stdlib.h>
int main()
{
int a=10;
printf("%d %d %d %d",++a,++a,++a++a);
}
Posted on
November 22,2022 at 12:01 PM
by
Karthik Bennur
Engineering - AI ML
VKIT Bengaluru
Computer Applications
1
Score(s)
1
Comment(s)
10
View(s)
#include<stdio.h>
#include<stdlib.h>
int main()
{
float y=150.5;
printf("%f%f%f",++y,++y,++y,++y);
}
Posted on
November 22,2022 at 12:01 PM
by
Vaishnavi L
VKIT Bengaluru
0
Score(s)
0
Comment(s)
7
View(s)
#include<stdio.h>
#include<stdlib.h>
int main ()
{
int a=10,b=20,c=30,d=40;
printed("%d %d %d %d",++a,++b,++c,++d);
}
Posted on
November 22,2022 at 12:00 PM
by
Akash R
VKIT Bengaluru
C Language
0
Score(s)
0
Comment(s)
10
View(s)
#include<studio.h>
#include< stdlb.h>
Int main()
{
int=90
printf("%d%d",++a,a++,a++,++a);
}
Posted on
November 22,2022 at 12:00 PM
by
Sneha cs Sneha cs
Engineering-CS
6
Score(s)
0
Comment(s)
23
View(s)
#include<studio.h>
#include<stdlib.h>
int main()
{
int a=4,b=6;
Printf("%d %d, ++a,--b");
}
Posted on
November 22,2022 at 11:58 AM
by
Anusha k m Anusha
VKIT Bengaluru
Artificial intelligence
Engineering-CS
Engineering-IS
C Language
5
Score(s)
1
Comment(s)
22
View(s)
#include<stdio.h>
int main()
{
int a=5, b=10;
int t=a;
a=b;
b=t;
printf("%d%d", a, b) ;
return 0;
}
Posted on
November 22,2022 at 11:58 AM
by
Anusha Anusha
Information Technology
Engineering-CS
C Language
4
Score(s)
0
Comment(s)
26
View(s)
#include<stdio.h>
#include<stdlib.h>
Int main()
{
int a=10;
Printf("%d %d %d %d",--a,--a,--a,--a);
}
Posted on
November 22,2022 at 11:58 AM
by
Shamita Vishwanatha
Engineering - AI ML
Engineering-CS
C Language
2
Score(s)
3
Comment(s)
30
View(s)
#include<stdio.h>
#include<stdlib.h>
int main()
{
int a=110;
printf(%d %d %d %d,++a,++a,a++,a++);
}
Posted on
November 22,2022 at 11:57 AM
by
Milan Srinivas
Engineering-CS
0
Score(s)
0
Comment(s)
12
View(s)
#include<stdio.h>
#include<stdlib.h>
int main()
{
int k= 10;
Printf("%d\n%d\n%d\n" ,++k,--k,k++);
}
Posted on
November 22,2022 at 11:57 AM
by
Bhavana B
Engineering - AI ML
Engineering-CS
C Language
3
Score(s)
3
Comment(s)
50
View(s)
<
>
Scroll