Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

C Interview Questions
Questions Answers Views Company eMail

write a c program to accept a given integer value and print its value in words

Vernalis, Vernalis Systems,

4 21628

what is the benefit of c30

2 6692

what is the difference between declaration ,defenetion and initialization of a variable?

LG Soft,

7 28928

what do u mean by Direct access files? then can u explain about Direct Access Files?

LG Soft,

2053

why we shiuld use main keyword in C

5 9797

What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?

2 9259

what is c?

Tech Mahindra,

13 14967

what is object oriental programing?

1 4727

Give me basis knowledge of c , c++...

5 6901

Give basis knowledge of web designing ...

HCL,

1989

without a terminator how can we print a message in a printf () function.

NIIT,

7 10805

Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???

TCS,

2 13852

what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }

4 7371

You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.

Microsoft,

2 6998

what is the code for getting the output as * ** ***

Caritor,

5 8241


Post New C Questions

Un-Answered Questions { C }

What is cohesion in c?

936


What are pointers really good for, anyway?

1026


What is the newline escape sequence?

1034


how to create duplicate link list using C???

2524


What are linker error?

1050


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

1051


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

3932


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

1097


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

991


Differentiate between Macro and ordinary definition.

1303


Explain how can a program be made to print the name of a source file where an error occurs?

1158


Define recursion in c.

1218


Why does notstrcat(string, "!");Work?

1101


What is the difference between printf and scanf )?

1040


What are the types of bitwise operator?

1069