C Interview Questions
Questions Answers Views Company eMail

illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

1572

write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

Lovely Professional University,

3493

Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

Wipro,

4733

A marketing company wishes to construct a decision table to decide how to treat clients according to three characteristics: Gender, City Dweller, and age group: A (under 30), B (between 30 and 60), C (over 60). The company has four products (W, X, Y and Z) to test market. Product W will appeal to female city dwellers. Product X will appeal to young females. Product Y will appeal to Male middle aged shoppers who do not live in cities. Product Z will appeal to all but older females.

2 6381

Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.

1 5308

what is c language?

2 3164

why Language C is plateform dependent

Siemens, Wipro,

3 6465

what defference between c and c++ ?

6 7298

How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

Infosys,

1578

hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

1451

Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?

HCL, TCS,

3 4949

How to write a code for reverse of string without using string functions?

TCS,

1568

Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.

2 3890

In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

Wipro,

1620

what is c

4 4332


Post New C Questions

Un-Answered Questions { C }

What is static memory allocation?

597


The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none

698


Can a program have two main functions?

561


How do you define a function?

575


What is wrong with this statement? Myname = 'robin';

806






Why do we use header files in c?

569


List the different types of c tokens?

606


Write a program to maintain student’s record. Record should not be available to any unauthorized user. There are three (3) categories of users. Each user has its own type. It depends upon user’s type that which kind of operations user can perform. Their types and options are mentioned below: 1. Admin (Search Record [by Reg. No or Name], View All Records, Insert New Record, Modify Existing Record) 2. Super Admin (Search Record [by Reg. No or Name], View All Records, Insert New Record, Modify Existing Record, Delete Single Record) 3. Guest (Search Record [by Reg. No or Name], View All Records) When first time program runs, it asks to create accounts. Each user type has only 1 account (which means that there can be maximum 3 accounts). In account creation, following options are required: Login Name: <6-10 alphabets long, should be unique> Password: <6-10 alphabets long, should not display characters when user type> Confirm Password: Account Type: Login Name, Password and Account Type should be stored in a separate file in encrypted form. (Encryption means that actual information should be changed and Decryption means that Encrypted information is changed back to the actual information) If any of the above mentioned requirement(s) does not meet then point out mistake and ask user to specify information again. When Program is launched with already created accounts, it will ask for user name and password to authenticate. On successful authentication, give options according to the user’s type.

1501


What does d mean?

570


What is variables in c?

596


which is an algorithm for sorting in a growing Lexicographic order

1383


What is structure in c definition?

562


What is the use of the function in c?

588


what is the format specifier for printing a pointer value?

603


What is an expression?

646