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

Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)

5 Answers   IBM, KJH,


#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?

16 Answers   Accel Frontline, Opera, Oracle,


What is 02d in c?

0 Answers  


what is the difference between const volatile int i & volatile const int j;

2 Answers   HCL,


How is = symbol different from == symbol in c programming?

0 Answers  


Differentiate between full, complete & perfect binary trees.

0 Answers  


Why is c called a structured programming language?

0 Answers  


Why is c called "mother" language?

0 Answers  


What is the purpose of Scanf Print, getchar, putchar, function?

3 Answers  


What is void pointers in c?

0 Answers  


Is main() function predfined or userdefined?

11 Answers  


How to print India by nested loop? I IN IND INDI INDIA

4 Answers   NIIT, Wipro,


Categories