C Interview Questions
Questions Answers Views Company eMail

how can u print a message without using any library function in c

NIIT,

1 4877

can you change name of main()?how?

HCL, Siemens,

3 7634

who invented c

IBM,

13 12723

Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

Sikkim Manipal University,

1599

Write any data structure program (stack implementation)

HTC,

1 7813

Write a program to add the following ΒΌ+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)

HTC,

1 5608

what is meant by flushll() in c programming?

1 16769

how to capitalise first letter of each word in a given string?

1406

how to find binary of number?

2 3373

simple program for virtual function?

1 2941

how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...

3 4111

write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.

HCL,

4960

Find the largest number from the given 2 numbers without using any loops and the conditional operator.

2 3959

write c program without semicolon

MindTech, TCS, Wipro,

11 11747

How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.

HCL,

1 2979


Post New C Questions

Un-Answered Questions { C }

What is page thrashing?

626


What is the difference between new and malloc functions?

544


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

619


Why is event driven programming or procedural programming, better within specific scenario?

1925


Are c and c++ the same?

606






How can this be legal c?

623


What is the advantage of c?

582


What is c value paradox explain?

542


Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers

1404


What is C language ?

1493


Why do some versions of toupper act strangely if given an upper-case letter?

610


Explain how do you use a pointer to a function?

614


Place the #include statement must be written in the program?

534


What is the function of multilevel pointer in c?

651


What is the difference between char array and char pointer?

507