C Interview Questions
Questions Answers Views Company eMail

WAP to convert text into its ASCII Code and also write a function to decode the text given?

2 5124

please give me answer with details #include main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 5369

If we give two names then this displays the connection between the two people. It is nothing but flames game

1 3028

c programming of binary addition of two binary numbers

4 24695

What is meaning of "Void main" in C Language.

Ford, GU, HCL, IBIBS, JUW, TCS,

24 86839

how to display 2-D array elements in spiral

2 6121

void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i 3 9772


WAP to find that given no is small or capital

3 5496

write a c program to find biggest of 3 number without relational operator?

TCS, Wipro,

12 32802

‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

2364

actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston

Ramco,

3 5112

What is a symbolic constant?

1 3771

Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }

Qualcomm,

3 6806

Binary tree traversing

Qualcomm,

1 5446

Toggle nth bit in a given integer - num

Qualcomm,

5 17273


Post New C Questions

Un-Answered Questions { C }

What is the role of && operator in a program code?

558


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

7381


What is scope rule in c?

595


What is function definition in c?

573


What is the acronym for ansi?

619






Explain about the constants which help in debugging?

839


List the variables are used for writing doubly linked list program.

1609


Explain what is a const pointer?

630


What is the advantage of an array over individual variables?

726


Explain what are run-time errors?

600


Is there a way to jump out of a function or functions?

625


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

570


Explain the difference between call by value and call by reference in c language?

637


Explain how can I make sure that my program is the only one accessing a file?

612


Explain what will the preprocessor do for a program?

590