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 21966

what is the benefit of c30

2 6905

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

LG Soft,

7 29451

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

LG Soft,

2152

why we shiuld use main keyword in C

5 10131

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

2 9533

what is c?

Tech Mahindra,

13 15763

what is object oriental programing?

1 4873

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

5 7203

Give basis knowledge of web designing ...

HCL,

2063

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

NIIT,

7 11310

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 14120

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

4 7662

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 7195

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

Caritor,

5 8587


Post New C Questions

Un-Answered Questions { C }

Write a Program to accept different goods with the number, price and date of purchase and display them

6302


What is the g value paradox?

1253


Can you pass an entire structure to functions?

1185


Why we use void main in c?

1236


Give basis knowledge of web designing ...

2063


How do I use void main?

1150


State the difference between x3 and x[3].

1171


What is an array in c?

1102


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

1269


What is calloc()?

1136


Explain how do you declare an array that will hold more than 64kb of data?

1502


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

1187


What is NULL pointer?

1144


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

1163


How do you print only part of a string?

1073