• Result
  • Today's Puzzle
    • Previous Puzzles
    • Prize & Rules
  • Discussion Board
    • Suggestion Board
    • Trending Articles
  • Maths Tricks
  • Placement Papers
    • Placement Questions
    • Interview Experience
    • Placed user Comment
    • Group Discussion
  • English APP
  • login
  • Result
  • Today's Puzzle
    • Previous Puzzles
    • Prize & Rules
  • Discussion Board
    • Suggestion Board
    • Trending Articles
  • Maths Tricks
  • Placement Papers
    • Placement Questions
    • Interview Experience
    • Placed user Comment
    • Group Discussion
  • Walkins
    • Corporate Job Exam
    • Government Job Exam
    • Entrance Exam
  • Training
    • Internship
  • Placement Questions
  • /
  • C

Frequently Asked c interview questions and answers for freshers Page 22

c Select Another Category Select Another Topic

Programming and Technical

  • Android 118
  • ASP.NET 60
  • C 459
  • C++ 448
  • DATA STRUCTURE 66
  • DBMS 77
  • ELECTRONICS 39
  • Java 261
  • OOPs Concepts 117
  • Operating Syst 103
  • RDBMS 109
  • UNIX 70

c Question Topics

    Category (16)

    General Ability (2)

  • General Knowledge (2)
  • HR Interview (2)

  • Interview (2)
  • Logical Reasoning (9)

  • Coding Decoding (2)
  • Cryptography (1)
  • General Mental Ability (1)
  • Letter Series (1)
  • Mathematical Reasoning (1)
  • Missing Character (1)
  • Seating Arrangement (1)
  • Numerical Ability (12)

  • Age Problem (1)
  • Algebra (1)
  • Alligation or Mixture (1)
  • Data Interpretation (1)
  • Height and Distance (1)
  • Percentage (2)
  • Ratio and Proportion (1)
  • Time Distance and Speed (1)
  • Programming (218)

  • Arrays (15)
  • Basics (8)
  • Database (6)
  • Definition (25)
  • Functions (4)
  • Output (42)
  • Program (85)
  • Puzzles (1)
  • Technical (24)
  • Variables (1)
  • Verbal Ability (3)

  • Antonyms (1)
  • Miscellaneous (1)
  • Spotting Errors (1)
Keep an EYE (0)
Solved Question (6) UnSolved Question (454)
Pages: 46FirstPrev18192021222324252627NextLast
Advertisements

(#M40039947) C QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Given a string. Write a program to form a string with first character of all words

Asked In C madhu (11 years ago)
Unsolved Read Solution (7)
Is this Puzzle helpful?   (2)   (1) Submit Your Solution Program

(#M40040438) C QUESTION GK Keep an EYE Keep an eye puzzle Keep an eye puzzle

c# is a native of

a. java
b. .net
c. html
d. ruby

Asked In C Sarabeshwar (11 years ago)
Solved laxmareddy patlolla Read Solution (15)
Is this Puzzle helpful?   (18)   (10) Submit Your Solution Database
Advertisements

(#M40034132) C QUESTION make the bit zero? Keep an EYE Keep an eye puzzle Keep an eye puzzle

make the bit zero?
example
int x=0X0020;
Q1.is it valid?
Q2.if valid what is the value?
Q3.convert it into Binary formate?
Q4.then Make 3 bit zero?

Asked In C DHIRENDRA (11 years ago)
Unsolved Read Solution (4)
Is this Puzzle helpful?   (2)   (1) Submit Your Solution Percentage

(#M40155922) C QUESTION What is the return type of malloc() function? Keep an EYE Keep an eye puzzle Keep an eye puzzle

[1] void pointer(void*)
[2] NULL pointer
[3] integer pointer(int *)
[4] Specific pointer according to the memory
allocated for specific type

Asked In C Rishikesh Agrawani (9 years ago)
Unsolved Read Solution (10)
Is this Puzzle helpful?   (3)   (2) Submit Your Solution Basics

(#M40029381) C QUESTION C Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. what are C tokens?
A. There are six classes of tokens: identifier, keywords, constants, string literals, operators and other separators

Asked In C MAN (12 years ago)
Unsolved Read Solution (3)
Is this Puzzle helpful?   (0)   (0) Submit Your Solution Definition

(#M40029382) C QUESTION C Keep an EYE Keep an eye puzzle Keep an eye puzzle

Question. What are C identifiers?

Answer. These are names given to various programming element such as variables, function, arrays.It is a combination of letter, digit and underscore.It should begin with letter. Backspace is not
allowed.

Asked In C MAN (12 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (0)   (0) Submit Your Solution Definition

(#M40031851) C QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Windows 95 supports

(a) Multiuser
(b) n tasks
(c) Both
(d) None

Asked In C Rajendra Singh (11 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (1)   (0) Submit Your Solution

(#M40029380) C QUESTION C Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. Difference between formal argument and actual argument?

A. Formal arguments are the arguments available in the function definition. They are preceded by their own data type. Actual arguments are available in the function call. These arguments are given as constants or variables or expressions to pass the values to the function.

Asked In C MAN (12 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (2)   (1) Submit Your Solution Definition

(#M40029229) C QUESTION C Keep an EYE Keep an eye puzzle Keep an eye puzzle

output?
main()
{
char string[]="Hello World";
display(string);
}
void display(char *string)
{
printf("%s",string);
}
Answer: Compiler Error: Type mismatch in redeclaration of function display
Explanation: In third line, when the function display is encountered, the compiler doesn't know
anything about the function display. It assumes the arguments and return types to be integers,
(which is the default type). When it sees the actual function display, the arguments and type
contradicts with what it has assumed previously. Hence a compile time error occurs

Asked In C MAN (12 years ago)
Unsolved
Is this Puzzle helpful?   (1)   (1) Submit Your Solution

(#M40029354) C QUESTION C Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. void main(){
int x=5,y=10,z=15,val;
val=sum(x,(y=0,z=0,y),z);
clrscr();
printf("%d",val);
getch();
}
sum(int x,int y,int z){
return x+y+z;
}

A. 20

Explanation: In the above program comma after Y=0 &Z=0 are behaving as operator

Asked In C MAN (12 years ago)
Unsolved
Is this Puzzle helpful?   (2)   (1) Submit Your Solution Missing Character
Keep an EYE (0)
Solved Question (6) UnSolved Question (454)
Pages: 46FirstPrev18192021222324252627NextLast
  • Login
  • Register

Resend

Sponsored Links

Advertisements

Challenger of the Day

no image
Dimple
India
Punjab
Time: 00:01:33
Points
19

Maths Quotes

"Obvious" is the most dangerous word in mathematics.

Eric Temple Bell

Mathematics is KING of ARTS and QUEEN of SCIENCE...

My_Teacher

Placed User Comments

M4Math helped me a lot.

Vipul Chavan 5 years ago

Thanks m4 maths for helping to get placed in several companies.
I must recommend this website for placement preparations.

yash mittal 5 years ago

Now enjoy Offline Access of latest Question.

Get M4maths app to avail expert's solution and latest selected questions.

Download m4maths app now

  • 2533K+Registerd user
  • 1774K+Engineers
  • 759K+MBA Asprirant
  • 3K+Enginnering College
  • 250+Company Exam
  • 150K+Interview Questions
  • Site Links
  • Home
  • Result
  • Today's Puzzle
  • Discussion Board
  • Maths Tricks
  • Advertise with us
  • Contact Us
  • Useful Info
  • Maths Quotes
  • Previous Puzzles
  • Prize
  • Privacy Policy
  • Disclaimer and Copyright
  • Terms and Conditions
  • Sitemap
  • Placement papers
  • TCS Placement Paper
  • HCL Placement Paper
  • INFOSYS Placement Paper
  • IBM Placement Paper
  • SYNTEL Placement Paper
  • TECHNICAL Interview
  • HR Interview
All rights are reserved to @m4maths.com