C Interview Questions
Questions Answers Views Company eMail

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

1 2859

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

Excel,

6 6073

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

3 3945

WHAT IS MEANT BY LIFE?

2 3398

what is the difference between c and java?

1 3828

what is mallloc()?how it works?

Excel,

4 6103

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

Excel,

3 6205

how to use enum datatype?Please explain me?

Excel,

3 4920

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 4459

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

Excel, Satyam,

1 3454

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 8102

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

Excel,

3 4034

#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 13429

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 3917

write a program structure to find average of given number

1 4815


Post New C Questions

Un-Answered Questions { C }

What happens if you free a pointer twice?

594


What is the difference between volatile and const volatile?

554


What is the right type to use for boolean values in c?

570


Is that possible to add pointers to each other?

883


What is spark map function?

569






what value is returned to operating system after program execution?

1589


Why c language?

633


What are c header files?

566


What is NULL pointer?

664


why wipro wase

1817


In c programming language, how many parameters can be passed to a function ?

617


What does *p++ do? What does it point to?

604


Do pointers need to be initialized?

546


Explain how do you list files in a directory?

606


If fflush wont work, what can I use to flush input?

594