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

What is the difference between a string and an array?

1259

Can static variables be declared in a header file?

1099

What does it mean when a pointer is used in an if statement?

1155

Why can’t constant values be used to define an array’s initial size?

1438

How can I prevent another program from modifying part of a file that I am modifying?

1107

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

1265

Can math operations be performed on a void pointer?

1102

When is a null pointer used?

1169

Describe explain how arrays can be passed to a user defined function

1164

Is null always equal to 0(zero)?

1097

Is null always defined as 0(zero)?

1177

Can you subtract pointers from each other? Why would you?

1005

Do variables need to be initialized?

1110

Why is c called a mid-level programming language?

1246

When was c language developed?

1258


Post New C Questions

Un-Answered Questions { C }

What are the application of void data type in c?

1231


What is a class c rental property?

1144


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

1177


Is c still relevant?

1138


In a byte, what is the maximum decimal number that you can accommodate?

1196


How can a program be made to print the line number where an error occurs?

1134


What are the advantages of using linked list for tree construction?

1145


string reverse using recursion

2532


What are the data types present in c?

1236


Who is the main contributor in designing the c language after dennis ritchie?

1052


What is static volatile in c?

1077


How can you allocate arrays or structures bigger than 64K?

1200


What is || operator and how does it function in a program?

1161


For what purpose null pointer used?

1115


How will you declare an array of three function pointers where each function receives two ints and returns a float?

1431