TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Shubham Wankhede
NA
6
433
can anyone tell me procedure to find answer this
Nov 22 2019 8:52 AM
#include<stdio.h>
void display(int);
void display(int a);
int main()
{
int a=1;
display(a);
}
void display(int a)
{
printf("%d%d%d",++a,a++,a);
}
Reply
Answers (
1
)
Sync meeting room booking application with Outlook calendar
Cshape and cplus