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
  • /
  • Category

C Category Technical Interview Questions

C Select Another Category Category 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 (16)
Pages: 212NextLast
Advertisements

(#M40165276) C QUESTION code Keep an EYE Keep an eye puzzle Keep an eye puzzle

main()
[
int x=5;
clrscr();
if(x=4)
printf("%d",x+1);
else
printf("%d",x-1);
getch();
]



please give me a valid reason of your answer m not getting .

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

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

Create a file called input.txt in the same directory as this file and enter some lines of text or copy a paragraph of text. The filename should be input.txt

Asked In C siva prasad reddy (5 years ago)
Unsolved
Is this Puzzle helpful?   (0)   (2) Submit Your Solution
Advertisements

(#M40164630) C QUESTION please solve Keep an EYE Keep an eye puzzle Keep an eye puzzle

In C++, which of the following creates a pigeon object of class bird?
a. Pigeon bird
b. Bird pigeon
c. Object pigeon of bird
d. None of these

Asked In C shree (5 years ago)
Unsolved Read Solution (7)
Is this Puzzle helpful?   (36)   (18) Submit Your Solution

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

main()
{ for(i=0; i++; i<100)
printf("hello world"); }

a)100 times
b)0 times
c)Infinite loop
d)None of the above.

Asked In C tushar (5 years ago)
Unsolved Read Solution (14)
Is this Puzzle helpful?   (18)   (4) Submit Your Solution

(#M40157098) C QUESTION Where's my car! Keep an EYE Keep an eye puzzle Keep an eye puzzle

he year is 2050. The population surge has taken over our metropolitan cities. High rise buildings are on a rise. And as usual, with the increase in population, the problem of parking in the city has increased manifold.

To reduce the problem of parking, the government has built multi-storey parking lots all over the city. Imagine the city as an X-Y grid. And there are roads connecting all the neighbouring grid points except diagonals. And there is a pre-defined intersection interval 'I' for parking lots such that at every I th intersection, there is a parking lot, starting from (0,0). For example, for a city of grid size 4x7 and I=3, you'll have 6 parking lots at (0,0), (0,3), (0,6), (3,0), (3,3) and (3,6).

Asked In C jeyapriya (6 years ago)
Unsolved
Is this Puzzle helpful?   (19)   (6) Submit Your Solution

(#M40157039) C QUESTION Logical series Keep an EYE Keep an eye puzzle Keep an eye puzzle

4,8,12 18 30 42 60 72 .......N

Asked In C md shabbir ahmad (6 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (1)   (3) Submit Your Solution

(#M40157038) C QUESTION Logical series Keep an EYE Keep an eye puzzle Keep an eye puzzle

W.A.P
23,21,24,19,26,15,28,11,30,7,36...............N

Asked In C md shabbir ahmad (6 years ago)
Unsolved Read Solution (3)
Is this Puzzle helpful?   (9)   (4) Submit Your Solution

(#M40156401) C QUESTION logic-craker Keep an EYE Keep an eye puzzle Keep an eye puzzle

void fun()
{
// what should be the logic here to print x=20 instead of x=10 in the main function?
}
void main()
{
int x=20;
fun();
x=10;
printf("%d",x);
getch();
}

Asked In C srishti agrawal (6 years ago)
Unsolved Read Solution (4)
Is this Puzzle helpful?   (2)   (3) Submit Your Solution

(#M40156049) C QUESTION Bitwise operators Keep an EYE Keep an eye puzzle Keep an eye puzzle

Which one of the following option best denotes the pair of operators, which are used in finding the BINARY equivalent of an integer number?

[1] ==, >>, &&
[2] ==, >>, &
[3] =, >>, ||
[4] ==, <>, <

Asked In C Rishikesh Agrawani (6 years ago)
Unsolved Read Solution (2)
Is this Puzzle helpful?   (11)   (4) Submit Your Solution

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

wap to print every 5th element of fibonaki series

Asked In C shalini tiwari (7 years ago)
Unsolved Read Solution (4)
Is this Puzzle helpful?   (0)   (0) Submit Your Solution
Keep an EYE (0)
Solved Question (0) UnSolved Question (16)
Pages: 212NextLast
  • Login
  • Register

Resend

Sponsored Links

Advertisements

Challenger of the Day

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

Maths Quotes

Do you know what seems ODD to me? Those numbers which are not divisible by 2.

Inolas

All I wanted to do was put together one of the best home maths systems in the world, and that's what we've done. I've loved numbers since I was two or three, and I get really excited about them. Now, I'm allowing myself to get excited about things. If you

KEERTHI

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