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

can we store values and addresses in the same array? explain

TCS,

3 12083

what is the difference between NULL('\0') and 0?

Microsoft,

14 20628

IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.

TCS,

5 8255

what is function pointer?

Wipro,

2 5549

write a c program to convert fahrenheit to celsius?

TCS,

4 13344

There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

3682

Write a program to print distinct words in an input along with their count in input in decreasing order of their count

2565

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

3408

Program to simulate second clock

2 4109

to convert a string without using decrement operater and string functions

1 3662

main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }

6 12498

What is the difference between i++ and i+1 ?(in terms of memory)

HCL,

3 12407

Difference between for loop and while loop?

1 4668

1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

1 3265

1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

3 4161


Post New C Questions

Un-Answered Questions { C }

What is use of pointer?

1090


Why malloc is faster than calloc?

1066


What is extern c used for?

1062


hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?

2127


where are auto variables stored? What are the characteristics of an auto variable?

1074


What is the code for 3 questions and answer check in VisualBasic.Net?

2161


main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }

1438


Explain the difference between structs and unions in c?

1028


How do you use a 'Local Block'?

1173


What are the 4 types of organizational structures?

1106


What is I ++ in c programming?

1122


What are global variables and how do you declare them?

1102


Should I learn c before c++?

1237


plz let me know how to become a telecom protocol tester. thank you.

2191


What is the use of sizeof () in c?

1057