C Interview Questions
Questions Answers Views Company eMail

p*=(++q)++*--p when p=q=1 while(q<=6)

KINPOE,

1508

what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

College School Exams Tests,

1473

why programs in c are running with out #include? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

1537

A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1487

difference between Low, Middle, High Level languages in c ?

Bosch, Infosys,

1872

Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

XYZ,

2829

What is the difference between if else and switchstatement

1590

Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?

TCS,

2 2723

how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

1462

Using which language Test cases are added in .ptu file of RTRT unit testing???

4006

Write a program to generate the first n terms in the series --- 9,11,20,31,...,82

Cognizant,

1 13798

print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5

Winit,

3 4132

#include int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }

1 2644

How. To pass the entrance test

Tech Mahindra,

1 2302

C language questions for civil engineering

Tech Mahindra,

1488


Post New C Questions

Un-Answered Questions { C }

Explain how are 16- and 32-bit numbers stored?

1035


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

1053


How can a program be made to print the line number where an error occurs?

889


Why do we use int main instead of void main in c?

913


What is self-referential structure in c programming?

903


Define Spanning-Tree Protocol (STP)

892


What is the difference between text and binary modes?

888


What is declaration and definition in c?

773


how to introdu5ce my self in serco

1744


Do you know the difference between malloc() and calloc() function?

833


What is the purpose of sprintf?

830


Write a program that accept anumber in words

1492


What is the purpose of clrscr () printf () and getch ()?

811


What is the benefit of using const for declaring constants?

821


what is the significance of static storage class specifier?

1935