Answer Posted / saipriya
To allocate the memory
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
difference between native and cross compilers
Write a program which returns the first non repetitive character in the string?
What are the modifiers available in c programming language?
How to compare array with pointer in c?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is array within structure?
Explain what is a 'locale'?
Give differences between - new and malloc() , delete and free() ?
program to convert a integer to string in c language'
What is multidimensional arrays
What is an auto keyword in c?
What is the difference between near, far and huge pointers?
What is the general form of a C program?
how to write optimum code to divide a 50 digit number with a 25 digit number??
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.