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...



Programming Languages Interview Questions
Questions Answers Views Company eMail

How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?

2 10911

What's wrong with "char *p = malloc(10);" ?

4 13271

What is the difference between char a[] = "string"; and char *p = "string"; ?

Adobe, Honeywell, TCS,

14 46434

How do I initialize a pointer to a function?

2 11938

What's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?

3 10382

Can I pass constant values to functions which accept structure arguments?

2 8992

Why doesn't the code "a[i] = i++;" work?

4 13874

What's a "sequence point"?

3 8814

Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?

7 14762

What's wrong with "char *p; *p = malloc(10);"?

5 16250

I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.

1 4261

I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?

3 6225

What does a run-time "null pointer assignment" error mean?

2 8297

what is meant by the "equivalence of pointers and arrays" in C?

Satyam,

3 9182

What is the real difference between arrays and pointers?

Hexaware, Logic Pro, TCS,

27 66849


Un-Answered Questions { Programming Languages }

Can static member variables be private?

1245


Why do we use session?

1060


Use of double quotes and single quote in python?

883


What is the difference between a tuple and a list?

1058


write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.

1646


State whether content items can be assigned to multiple categories or sections?

101


How to set a value in session? How to remove data from a session?

1045


What is oauth2 in laravel?

762


What is dynamic and static typing?

1256


Explain modulus operator. What are the restrictions of a modulus operator?

1062


Is upper in python?

848


How to pass indefinite number of arguments to any function?

940


Write a program to maintain student’s record. Record should not be available to any unauthorized user. There are three (3) categories of users. Each user has its own type. It depends upon user’s type that which kind of operations user can perform. Their types and options are mentioned below: 1. Admin (Search Record [by Reg. No or Name], View All Records, Insert New Record, Modify Existing Record) 2. Super Admin (Search Record [by Reg. No or Name], View All Records, Insert New Record, Modify Existing Record, Delete Single Record) 3. Guest (Search Record [by Reg. No or Name], View All Records) When first time program runs, it asks to create accounts. Each user type has only 1 account (which means that there can be maximum 3 accounts). In account creation, following options are required: Login Name: <6-10 alphabets long, should be unique> Password: <6-10 alphabets long, should not display characters when user type> Confirm Password: Account Type: Login Name, Password and Account Type should be stored in a separate file in encrypted form. (Encryption means that actual information should be changed and Decryption means that Encrypted information is changed back to the actual information) If any of the above mentioned requirement(s) does not meet then point out mistake and ask user to specify information again. When Program is launched with already created accounts, it will ask for user name and password to authenticate. On successful authentication, give options according to the user’s type.

2049


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

2358


How to enable cURL in PHP?

1205