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


wats SIZE_T meant for?



wats SIZE_T meant for?..

Answer / barun

int
But this size is compiler dependent depending on the
processor you are using. I mean on 32 bit or 64 machines.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More C Interview Questions

One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.

0 Answers  


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

0 Answers  


Which built-in library function can be used to match a patter from the string?

0 Answers  


How can I find the modification date of a file?

0 Answers   Celstream,


how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.

2 Answers  


How to write c functions that modify head pointer of a linked list?

0 Answers  


What is volatile c?

0 Answers  


What do you understand by normalization of pointers?

0 Answers  


#define MAX 3 main() { printf("MAX = %d \n",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā€); #endif

4 Answers   IBM, Vector,


write a reverse string to print a stars.(with out using logic) ***** **** *** ** *

2 Answers  


Describe advantages and disadvantages of the various stock sorting algorithms

1 Answers   Microsoft,


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

0 Answers  


Categories