Follow Quotesrain
  • 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
  • /
  • Programming
  • /
  • Program

C Programming - Program Technical Interview Questions

C Select Another Category Program Select Another Topic

Programming and Technical

  • Android 118
  • ASP.NET 60
  • C 459
  • C++ 448
  • DATA STRUCTURE 66
  • DBMS 77
  • ELECTRONICS 39
  • Java 260
  • 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 (0) UnSolved Question (85)
Pages: 9123456789NextLast
Advertisements

(#M40166816) C QUESTION c-programming Keep an EYE Keep an eye puzzle Keep an eye puzzle

interview question slove

Asked In C s.ravikumar (3 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (6)   (5) Submit Your Solution Program

(#M40165556) C QUESTION print the pattern of the following form containing the numbers from 1to n Keep an EYE Keep an eye puzzle Keep an eye puzzle

4 4 4 4 4 4 4
4 3 3 3 3 3 4
4 3 2 2 2 3 4
4 3 2 1 2 3 4
4 3 2 2 2 3 4
4 3 3 3 3 3 4
4 4 4 4 4 4 4

Asked In C Sannapureddy Srinivasareddy (4 years ago)
Unsolved Read Solution (5)
Is this Puzzle helpful?   (21)   (1) Submit Your Solution Program
Advertisements

(#M40165084) C QUESTION decimal to binary Keep an EYE Keep an eye puzzle Keep an eye puzzle

write a program to convert decimal to binary.

Asked In C shubhankit saxena (5 years ago)
Unsolved Read Solution (3)
Is this Puzzle helpful?   (11)   (4) Submit Your Solution Program

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

integer x = 0 // statement 1
integer sum = 0 // statement 2
while ( x < 10 ) // statement 3
{
sum = x*x*x // statement 4
x = x + 1 // statement 5
}
print sum // statement 6

Asked In C kanaka (6 years ago)
Unsolved Read Solution (7)
Is this Puzzle helpful?   (13)   (3) Submit Your Solution Program

(#M40156460) C QUESTION series Keep an EYE Keep an eye puzzle Keep an eye puzzle

write a logic for following series 2,6,15,35,143,221,323,437,..........

Asked In C bharat kumar (6 years ago)
Unsolved Read Solution (6)
Is this Puzzle helpful?   (17)   (6) Submit Your Solution Program

(#M40139459) C QUESTION technical Keep an EYE Keep an eye puzzle Keep an eye puzzle

which one is the wrong integer array initialisation?
1.(iarr+2)
2.arr[ ]
3.(2+iarr)
4.none

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

(#M40130408) C QUESTION printing stars in c language Keep an EYE Keep an eye puzzle Keep an eye puzzle


1. Print a square using ‘*’(star) symbols. Input is the number of stars per side of the square. For example if I give 4 as input then output should be

****
* *
* *
****

Asked In C M Sandeep Reddy (8 years ago)
Unsolved Read Solution (10)
Is this Puzzle helpful?   (24)   (9) Submit Your Solution Program

(#M40119261) C QUESTION o/p Keep an EYE Keep an eye puzzle Keep an eye puzzle

int main()
{
int x=0xffff;
x=x<>3;
printf("%x",x);
}

Asked In C om prakash kumar (8 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (8)   (2) Submit Your Solution Program

(#M40110295) C QUESTION c language Keep an EYE Keep an eye puzzle Keep an eye puzzle

integer x = 40, y = 35, z = 20, w = 10;
Comment about the output of the following two statements:
print x * y / z - w
print x * y / (z - w)

1) Differ by 80
2) Same
3) Differ by 50
4) Differ by 160

Asked In C PARNANDHI BHARATH (8 years ago)
Unsolved Read Solution (5)
Is this Puzzle helpful?   (25)   (19) Submit Your Solution Program

(#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 (8 years ago)
Unsolved Read Solution (4)
Is this Puzzle helpful?   (6)   (2) Submit Your Solution Program
Keep an EYE (0)
Solved Question (0) UnSolved Question (85)
Pages: 9123456789NextLast
  • Login
  • Register

Resend

Sponsored Links

Advertisements

Challenger of the Day

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

Maths Quotes

Mathematics is not a hurdle...It is a tool to achieve your goals .

Unknown

MATHEMATICS is a great motivator for all humans.. Because its career starts with "ZERO" but it never end(INFINITY)..

Kumar Purnendu

Placed User Comments

M4Math helped me a lot.

Vipul Chavan 2 years ago

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

yash mittal 3 years ago
  • 2471K+Registerd user
  • 1730K+Engineers
  • 741K+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