Answer Posted / guest
A memory allocation and initialising to zero.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What are the data types present in c?
Do you know the use of 'auto' keyword?
How can I manipulate strings of multibyte characters?
What is the difference between fread and fwrite function?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
Is there a built-in function in C that can be used for sorting data?
how to introdu5ce my self in serco
Can we change the value of constant variable in c?
What is the benefit of using const for declaring constants?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
What is a pointer on a pointer in c programming language?
How can I sort a linked list?
Can you write a programmer for FACTORIAL using recursion?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
What is function definition in c?