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 does memset() work in C?

Answers were Sorted based on User's Feedback



How does memset() work in C?..

Answer / nashiinformaticssolutions

memset() initializes memory to a specific value.

Is This Answer Correct ?    0 Yes 0 No

How does memset() work in C?..

Answer / glibwaresoftsolutions

memset() initializes memory to a specific value.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).

1 Answers  


what does ‘#include’ mean?

1 Answers   TCS,


What is the difference between fread and fwrite function?

0 Answers  


What is difference between union All statement and Union?

0 Answers  


Just came across this question, felt worth sharing, so here it is I want you to make a C/C++ program that for any positive integer n will print all the positive integers from 1 up to it and then back again! Let's say n=5 I want the program to print: 1 2 3 4 5 4 3 2 1. Too easy you say? Okay then... You can ONLY USE: 1 for loop 1 printf/cout statement 2 integers( i and n) and as many operations you want. NO if statements, NO ternary operators, NO tables, NO pointers, NO functions!

1 Answers  


how to print "hai" in c?

13 Answers   TCS,


What is the use of getchar functions?

0 Answers  


difference between the array and linked list general difference related to memory

2 Answers  


write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.

5 Answers   Temenos,


What is array of structure in c programming?

0 Answers  


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

0 Answers  


print the palindrome numbers in between 0 to n

1 Answers  


Categories