How does memset() work in C?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
memset() initializes memory to a specific value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
memset() initializes memory to a specific value.
| Is This Answer Correct ? | 0 Yes | 0 No |
12. Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV
Do pointers store the address of value or the actual value of a variable?
input any 4 digit number and find the difference of all the digits?
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?
What is the difference between int main and void main in c?
What does c mean in standard form?
print out of string in this format; 1. "rajesh" 2. \n 3. %d
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
What is bash c?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
How to use c/c++ code in JAVA
10 Answers CDAC, IBM, Satyam, Scope International,
1 232 34543 4567654 can anyone tell me how to slove this c question