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
Ammar Shaukat
380
4.3k
1.1m
By default local variables are defined in what location in C
Nov 18 2016 2:06 AM
I was working on a C Language test few days back. Where I asked a question ?
By default local variables are defined in _______
a)
auto
b)
static
c)
int
d)
global
I couldn't understand what he was asking to me actually ? So shared the question over here for you guys to share your opinion.
Reply
Answers (
1
)
What values does testArray[2][1][0] in the code contain ?
remove duplicate values from array in c++ ?