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

Is null valid for pointers to functions?

1248

Ow can I insert or delete a line (or record) in the middle of a file?

1047

What is the right way to use errno?

1113

Is exit(status) truly equivalent to returning the same status from main?

1115

What is wrong with this code?

1239

How can I read/write structures from/to data files?

1012

What is the right type to use for boolean values in c? Is there a standard type?

1056

Can you mix old-style and new-style function syntax?

1152

Why does the call char scanf work?

1258

How can I write a function analogous to scanf?

1224

How can I implement sets or arrays of bits?

1087

How can I trap or ignore keyboard interrupts like control-c?

1113

What is a good data structure to use for storing lines of text?

1139

How can I rethow can I return a sequence of random numbers which dont repeat at all?

1237

How can I get back to the interactive keyboard if stdin is redirected?

1231


Post New C Questions

Un-Answered Questions { C }

Explain what is the advantage of a random access file?

1175


What is a struct c#?

1096


Once I have used freopen, how can I get the original stdout (or stdin) back?

1119


What is keyword in c?

1061


int i=10; printf("%d %d %d", i, i=20, i);

1693


Which are low level languages?

1144


How do you write a program which produces its own source code as output?

1170


Can you assign a different address to an array tag?

1209


GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

1920


How can I read in an object file and jump to locations in it?

1070


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

1174


Why is this loop always executing once?

1100


What are the types of assignment statements?

1110


Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

1155


write a progrmm in c language take user interface generate table using for loop?

2098