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


What would the following code segment printint k = 8;docout << "k = " << k << "
";while k++ < 5;

a) 13

b) 5

c) 8

d) pointers


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

which is conditional construct a) if statement b) switch statement c) while/for d) goto

0 Answers  


Meaning of () in c

1 Answers  


c program to add and delete an element from circular queue using array

3 Answers  


What is volatile c?

0 Answers  


difference between semaphores and mutex?

1 Answers  


Is c call by value?

0 Answers  


program to print circle structure

1 Answers  


What will be result of the following program? void myalloc(char *x, int n) { x= (char *)malloc(n*sizeof(char)); memset(x,\0,n*sizeof(char)); } main() { char *g="String"; myalloc(g,20); strcpy(g,"Oldstring"); printf("The string is %s",g); } a) The string is : String b) Run time error/Core dump c) The string is : Oldstring d) Syntax error during compilation e) None of these

3 Answers   IBM,


How is a pointer variable declared?

0 Answers  


What does it mean when the linker says that _end is undefined?

0 Answers  


write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that

3 Answers  


What are the loops in c?

0 Answers  


Categories