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

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

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

Q. What is pascal and cdecl keyword in c language?

A. There are two types of parameters passing conventions in c:
1. pascal: In this style function name should (not necessary ) in the uppercase .First parameter of function call is passed to the first parameter of function definition and so on.
2. cdecl: In this style function name can be both in the upper case or lower case. First parameter of function call is passed to the last parameter of function definition. It is default parameter passing convention

Asked In C MAN (12 years ago)
Unsolved
Is this Puzzle helpful?   (3)   (8) Submit Your Solution

(#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 (6 years ago)
Unsolved
Is this Puzzle helpful?   (1)   (4) Submit Your Solution Arrays
Advertisements

(#M40037755) C QUESTION Athena Programming Question Keep an EYE Keep an eye puzzle Keep an eye puzzle

Input : ABCD
Output :
ABC D
AB CD
A BCD
AB C D
A BC D
A B CD
A B C D

Asked In C Sasikumar (11 years ago)
Unsolved Read Solution (4)
Is this Puzzle helpful?   (1)   (1) Submit Your Solution Output

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

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

write a c prgram an print your name without using semicolon on printf function

Asked In C sagar (8 years ago)
Unsolved Read Solution (9)
Is this Puzzle helpful?   (19)   (1) Submit Your Solution Database

(#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 (9 years ago)
Unsolved
Is this Puzzle helpful?   (19)   (6) Submit Your Solution

(#M40009704) C QUESTION c Keep an EYE Keep an eye puzzle Keep an eye puzzle

How many times the program will print "M4maths" ?

#include
int main()
{
printf("M4maths");
main();
return 0;
}
Options
1) Infinite times
2) 32767 times
3) 65535 times
4) Till stack overflows

Asked In C satyanarayana (13 years ago)
Unsolved Read Solution (10)
Is this Puzzle helpful?   (17)   (13) Submit Your Solution Program

(#M40018730) C QUESTION C- QUESTIONS Keep an EYE Keep an eye puzzle Keep an eye puzzle

What is the similarity between a Structure, Union and
enumeration?

Asked In C (12 years ago)
Unsolved Read Solution (4)
Is this Puzzle helpful?   (12)   (1) Submit Your Solution Percentage

(#M40018750) C QUESTION C- QUESTIONS Keep an EYE Keep an eye puzzle Keep an eye puzzle

Which of the following is the correct order if calling functions in the below code?
a = f1(23, 14) * f2(12/4) + f3();

Options
1) f1, f2, f3
2) f3, f2, f1
3) Order may vary from compiler to compiler
4) None of above

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

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

What do the "c" and "v" in argc and argv stand for?

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

Resend

Sponsored Links

Advertisements

Challenger of the Day

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

Maths Quotes

MaThEmAtIcS--->oh!! Thou heartless bitch!!, understanding a women is lot easier than math..!!

Chandrasekar krishnaswamy

a man that is poor is very rich because he know the value of zero.

yash singh

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