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

C Programming - Arrays Technical Interview Questions

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

(#M40167106) C QUESTION how this works Keep an EYE Keep an eye puzzle Keep an eye puzzle

int i=3,j=2,k=0,m;
m = ++i && ++j || ++k;
printf(ā€œ%d %d %d %dā€, i , j, k,m);

Asked In C Krishna Kumar M (1 year ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (7)   (3) Submit Your Solution Arrays

(#M40167105) C QUESTION How many elements in the array? Keep an EYE Keep an eye puzzle Keep an eye puzzle

When we write num[100] = 99.
How many elements can be stored inside the array variable num?

A. The statement gives no clue about the number of elements can be stored
B. 100
C. Infinite number of elements
D. 99

Asked In C Jax (1 year ago)
Unsolved
Is this Puzzle helpful?   (8)   (1) Submit Your Solution Arrays
Advertisements

(#M40166221) C QUESTION c mcq's Keep an EYE Keep an eye puzzle Keep an eye puzzle

solving ability with enhanced problems

Asked In C manoj (3 years ago)
Unsolved
Is this Puzzle helpful?   (1)   (4) Submit Your Solution Arrays

(#M40166053) C QUESTION Encryption Keep an EYE Keep an eye puzzle Keep an eye puzzle

Why is 0xFACA used in a program?

Asked In C Sandip Hazra (4 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (4)   (10) Submit Your Solution Arrays

(#M40166042) C QUESTION write the code snippet Keep an EYE Keep an eye puzzle Keep an eye puzzle

you must implement the function isTriangle( Point *P1,Point *P2,Point *P3) to accept three points as inputs and checks wether the given three points form vertices of triangle.
If They form a triangle then function returns 1 else function returns 0
use point structure.


int isTriangle( Point *P1,Point *P2,Point *P3)
{
// write your code here
}

Asked In C sandeep bhat (4 years ago)
Unsolved Read Solution (4)
Is this Puzzle helpful?   (76)   (41) Submit Your Solution Arrays

(#M40165555) C QUESTION pointers Keep an EYE Keep an eye puzzle Keep an eye puzzle

main()
{
int a[3][4]={(5,7,5,9),(4,6,3,1),(2,9,0,6)};
int *p;
int (*q)[4];
p=(int *)a;
q=a;
printf("n%u%u",p,q);
p++;
q++;
printf("n%u%u",p,q);
}

Asked In C manisha (4 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (8)   (7) Submit Your Solution Arrays

(#M40165321) C QUESTION next biggest number Keep an EYE Keep an eye puzzle Keep an eye puzzle

find the next biggest number
8,4,2,9,6,3
ans:8->9,4->2,2->3,9->,6->8,3->4

Asked In C dharani (4 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (8)   (3) Submit Your Solution Arrays

(#M40164599) C QUESTION program Keep an EYE Keep an eye puzzle Keep an eye puzzle

The task is to find the minimum sum of Products of two arrays of the same size, given that k modifications are allowed on the first array. In each modification, one array element of the first array can either be increased or decreased by 2.

Asked In c vallika (5 years ago)
Unsolved Read Solution (2)
Is this Puzzle helpful?   (14)   (2) Submit Your Solution Arrays

(#M40157921) C QUESTION pseudo code Keep an EYE Keep an eye puzzle Keep an eye puzzle

What will be the output of the following pseudo-code statements:
integer a = 456, b, c, d =10
b = a/d
c = a - b
print c

Asked In C Ashok (6 years ago)
Unsolved Read Solution (12)
Is this Puzzle helpful?   (46)   (19) Submit Your Solution Arrays

(#M40157623) C QUESTION printf puzzle Keep an EYE Keep an eye puzzle Keep an eye puzzle

printf("%d",printf("%d",printf("%d",1234)));

Asked In C SHRIVATHSAN K M (6 years ago)
Unsolved Read Solution (8)
Is this Puzzle helpful?   (13)   (8) Submit Your Solution Arrays
Keep an EYE (0)
Solved Question (0) UnSolved Question (15)
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

THROUGH SCIENCE WE DEVELOPED, AND MATHEMATICS IS THE MOTHER OF THE SCIENCE.

Lukman Hussaini

The wonder is not that mathematics describes the world so well but that it describes it at all.

Unknown

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