C Interview Questions
Questions Answers Views Company eMail

Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +

1 2761

how can i get output like this? 1 2 3 4 5 6

Excel,

6 5886

what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }

3 3810

WHAT IS MEANT BY LIFE?

2 3294

what is the difference between c and java?

1 3735

what is mallloc()?how it works?

Excel,

4 5921

how can we use static and extern?and where can we use this?

Excel,

3 6059

how to use enum datatype?Please explain me?

Excel,

3 4807

What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?

Excel,

1 4372

What are the languages are portable and platform independent?Why they are like that?

Excel, Satyam,

1 3311

pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?

eClerx, Excel, kenexa,

2 7955

how can i get this by using for loop? * ** * **** * ******

Excel,

3 3925

#include int main ( int argc, char* argv [ ] ) { int value1 = 10; int value2 = 5; printf ( "\n The sum is :%d", value1 | value2 ); } This is the answer asked by some one to add two numbers with out using arithmetic operator?Yes this answer is write it given out put as 15.But how????? what is need of following line? int main ( int argc, char* argv [ ] ) how it work?what is the meaning for this line? please explain me.Advance thanks

Excel,

9 13050

Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?

Excel,

2 3808

write a program structure to find average of given number

1 4744


Post New C Questions

Un-Answered Questions { C }

What does int main () mean?

475


Write a program for Overriding.

585


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.

1558


pierrot's divisor program using c or c++ code

1658


What is meant by inheritance?

562






application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above

533


What is pivot in c?

488


can anyone suggest some site name..where i can get some good data structure puzzles???

1578


What is unary operator?

585


Describe the steps to insert data into a singly linked list.

549


a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

576


What are the general description for loop statement and available loop types in c?

613


how can use subset in c program and give more example

1430


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

618


What is n in c?

503