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

how memory store byte

Answer Posted / ram

Hello5 is the answer because the inside printf prints the
string and printf returns the no of charters pinted on the
screen so it is 5.

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

1214


1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

2851


What is the difference between malloc() and calloc() function in c language?

1131


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1808


What is bubble sort technique in c?

1032


What is the difference between test design and test case design?

2130


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

1056


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

1152


Can a variable be both constant and volatile?

1176


What is the advantage of a random access file?

1251


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

1195


What is difference between arrays and pointers?

1146


Are the outer parentheses in return statements really optional?

1157


Why c is procedure oriented?

1121


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

1067