What functions are used in dynamic memory allocation in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
What functions are in conio h?
what is difference b/w extern & volatile variable??
. Write a program to get a string and to convert the 1st letter of it to uppercase
What is #include stdio h?
Do pointers store the address of value or the actual value of a variable?
how to write a c program to print list of fruits in alpabetical order?
What are directives in c?
List some applications of c programming language?
Explain this code. #include <stdio.h> void f1(int *k) { *k = *k + 10; } main ( ){ int i; i = 0; printf (" The value of i before call %d \n", i); f1 (&i); printf (" The value of i after call %d \n", i); }
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
what is void pointer?