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<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)
#include<studio.h>
#include<stdlib.h>
int main ()
{
int a=20,b=30;
printf("%d %d %d %d",++a,++a,b++,b++);
}
Posted on
November 22,2022 at 11:55 AM
by
Sechana TV
Engineering-AI
Engineering-CS
C Language
VKIT Bengaluru
3
Score(s)
0
Comment(s)
16
View(s)
#include <stdlib.h>
Int main()
{
Int a=1000000;
Pt("%d%d%d",++a,++a,++a,);
}
Posted on
November 22,2022 at 11:55 AM
by
N Dishanth Naik
Engineering-CS
C Language
3
Score(s)
1
Comment(s)
15
View(s)
Predict the output :
#include<studio.h>
#include<stdlib.h>
void main()
{
int a=10,b=20;
printf("%d%d%d%d",a=a+b,++a,++b,++b);
}
Posted on
November 22,2022 at 11:55 AM
by
Sumukha R Kashyap
Engineering-IS
Engineering-CS
C Language
VKIT Bengaluru
5
Score(s)
1
Comment(s)
52
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:53 AM
by
HAMSA B R
Engineering-CS
C Language
VKIT Bengaluru
1
Score(s)
0
Comment(s)
12
View(s)
<
>
Scroll