• 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 24

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: 46FirstPrev20212223242526272829NextLast
Advertisements

(#M40039109) C QUESTION Find the Output Keep an EYE Keep an eye puzzle Keep an eye puzzle

main()
{
main();
}

A. 1
B. 0
C. Compile time error
D. Run time Error

Asked In C Tania Chatterjee (11 years ago)
Unsolved Read Solution (17)
Is this Puzzle helpful?   (7)   (2) Submit Your Solution Output

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

write a prog such that take 'n' as input and print the o/p.
for example if n=3 then o/p is as folows
1
2*2
3*3*3
3*3*3
2*2
1
and if n=6, then
1
2*2
3*3*3
4*4*4*4
5*5*5*5*5
6*6*6*6*6*6
6*6*6*6*6*6
5*5*5*5*5
4*4*4*4
3*3*3
2*2
1

Asked In C sweety (10 years ago)
Unsolved Read Solution (10)
Is this Puzzle helpful?   (2)   (1) Submit Your Solution Technical
Advertisements

(#M40041258) C QUESTION Huwaei on 1/11/2014 Keep an EYE Keep an eye puzzle Keep an eye puzzle

#include
main(){
int a;
a=1,2;
printf("%d",a);
}
Options
1) 1
2) 2
3) Syntax error
4) none

Asked In C shafi (10 years ago)
Unsolved Read Solution (22)
Is this Puzzle helpful?   (5)   (4) Submit Your Solution Program

(#M40152276) C QUESTION C Language Keep an EYE Keep an eye puzzle Keep an eye puzzle

write a program
if input string is:
Welcome to Home
then output string will be
Home ot Welocme
Word of string should be odd number

Asked In C Nikhil (10 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (0)   (1) Submit Your Solution Functions

(#M40152296) C QUESTION what is the o/p ? Keep an EYE Keep an eye puzzle Keep an eye puzzle

//let header file ok
void main()
{
int i;x=123;
x={printf("c++" "4")};
for(i=0;i<=x;i++);
{
printf("%d",i);
}
}

Asked In C Dheeraj Kumar Rao (10 years ago)
Unsolved Read Solution (11)
Is this Puzzle helpful?   (3)   (1) Submit Your Solution Technical

(#M40109115) C QUESTION difference Keep an EYE Keep an eye puzzle Keep an eye puzzle

what is the the difference between NULL AND 0 in case of computeer programming...?

Asked In C rahul kumar (10 years ago)
Unsolved Read Solution (3)
Is this Puzzle helpful?   (4)   (1) Submit Your Solution Technical

(#M40152720) C QUESTION Basic c Keep an EYE Keep an eye puzzle Keep an eye puzzle

The bitwise operator which is suitable for turning off a particular bit in a number?

Asked In C Manikandan Krishnan (10 years ago)
Unsolved Read Solution (6)
Is this Puzzle helpful?   (1)   (0) Submit Your Solution Output

(#M40152614) C QUESTION strings Keep an EYE Keep an eye puzzle Keep an eye puzzle

is string is different from arrays

Asked In C Anusha Mukka (10 years ago)
Unsolved Read Solution (6)
Is this Puzzle helpful?   (1)   (1) Submit Your Solution Output

(#M40086108) C QUESTION try to answer this... Keep an EYE Keep an eye puzzle Keep an eye puzzle

We are all know the Comma(,) Operator in c language is used as a separtor of variables, can any one tell me about the another Functionality of Comma(,) Operator in c language

Asked In C shiva kumar kella (10 years ago)
Unsolved Read Solution (4)
Is this Puzzle helpful?   (6)   (2) Submit Your Solution Program

(#M40039953) C QUESTION outut of programme? Keep an EYE Keep an eye puzzle Keep an eye puzzle

void fn(int);
main()
{
int n=3;
fn(n);
}
void fn(int n)
{
if(n>0)
{
fn(--n);
printf("%d",n);
fn(--n);
}
}

Asked In C s.sravani (11 years ago)
Unsolved Read Solution (6)
Is this Puzzle helpful?   (3)   (0) Submit Your Solution
Keep an EYE (0)
Solved Question (6) UnSolved Question (454)
Pages: 46FirstPrev20212223242526272829NextLast
  • Login
  • Register

Resend

Sponsored Links

Advertisements

Challenger of the Day

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

Maths Quotes

"If you able to solve the problems in MATHS, then you also able to solve the problems in your LIFE" (Maths is a great Challenger)

Vignesh

without maths no can't live in this world

k ravikumar

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