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

C Programming - Technical Technical Interview Questions

C Select Another Category Technical 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 (24)
Pages: 3123NextLast
Advertisements

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

pankaj makes a program to print the products of cubes of the first 10 whole numbers.
integer x=0
integer sum=0

Asked In C Aryan Singh (4 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (8)   (6) Submit Your Solution Technical

(#M40157013) C QUESTION mcq Keep an EYE Keep an eye puzzle Keep an eye puzzle

minimum no of questions

Asked In C surya guna (6 years ago)
Unsolved
Is this Puzzle helpful?   (3)   (0) Submit Your Solution Technical
Advertisements

(#M40156383) C QUESTION Q. What is the output of the following program? Keep an EYE Keep an eye puzzle Keep an eye puzzle

void main(){
int a=1;
void xyz(int , int);
xyz(++a,a++);
xyz(a++,++a);
printf("%d",a);
}
void xyz(int x, inty){
printf("%d%d",x,y);
}

Asked In C naval (6 years ago)
Unsolved Read Solution (8)
Is this Puzzle helpful?   (6)   (4) Submit Your Solution Technical

(#M40155280) C QUESTION sizeof() Keep an EYE Keep an eye puzzle Keep an eye puzzle

int main()
{
struct value
{
int bit1:1;
int bit3:4;
int bit4:4;
}bit;
printf("%dn", sizeof(bit));
return 0;
}

A. 1 B. 2
C. 4 D. 9

Asked In C Anshul jain (7 years ago)
Unsolved Read Solution (5)
Is this Puzzle helpful?   (6)   (4) Submit Your Solution Technical

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

integer i=0,j
while( i < 2 )
{
j = 0;
while ( j <= 3*i )
{
print j
print blank space
j = j + 3
}
print end-of-line //takes the cursor to the next line
i = i + 1
}
What will be the output of the program?

Asked In C Soumya Mohanty (7 years ago)
Unsolved Read Solution (7)
Is this Puzzle helpful?   (123)   (69) Submit Your Solution Technical

(#M40153810) C QUESTION find the out put of the following program Keep an EYE Keep an eye puzzle Keep an eye puzzle

main()
{
char *str = "12345";
printf("%c %c %cn", *str, *(str++), *(str++));
}

Asked In C Ravi teja (7 years ago)
Unsolved Read Solution (4)
Is this Puzzle helpful?   (5)   (5) Submit Your Solution Technical

(#M40153400) C QUESTION ERROR Keep an EYE Keep an eye puzzle Keep an eye puzzle

#include
void main()
{
int a,c,f:
printf("acf",%d):
}

Asked In C venkat (7 years ago)
Unsolved Read Solution (9)
Is this Puzzle helpful?   (0)   (2) Submit Your Solution Technical

(#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 (7 years ago)
Unsolved Read Solution (10)
Is this Puzzle helpful?   (2)   (1) Submit Your Solution Technical

(#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 (7 years ago)
Unsolved Read Solution (11)
Is this Puzzle helpful?   (3)   (1) Submit Your Solution Technical

(#M40139463) C QUESTION technical (cocubes) Keep an EYE Keep an eye puzzle Keep an eye puzzle

Brain of computer is ?
1.secondary storage
2.cpu
3.ram
4.none

Asked In C soumya (7 years ago)
Unsolved Read Solution (18)
Is this Puzzle helpful?   (10)   (4) Submit Your Solution Technical
Keep an EYE (0)
Solved Question (0) UnSolved Question (24)
Pages: 3123NextLast
  • Login
  • Register

Resend

Sponsored Links

Advertisements

Challenger of the Day

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

Maths Quotes

mathematicians are born, not made.

krishnan

A mathematician is a blind man in a dark room looking for a black cat which isn't there

Charles R. Darwin

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