Blogmepost
Latest Questions
Contact Us
Which built-in library function can be used to re-size the allocated dynamic memory in C-Programming?
Home
>
Technology
>
Which built-in library function can be used to re-size the allocated dynamic memory in C-Programming?
+1
vote
21
views
Which built-in library function can be used to re-size the allocated dynamic memory in C-Programming?
#c-programming
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
Add Answer
1
Answer
0
votes
Answer is
realloc().
answered
Nov 9, 2020
by
JackTerrance
(
189k
points)
Related questions
0
votes
1
answer
20
views
20
views
Which built-in library function can be used to re-size the allocated dynamic memory?
asked
Jan 18
in
Technology
by
JackTerrance
(
189k
points)
cprogramming_interview_questions
0
votes
1
answer
25
views
25
views
Which function can be used to release the dynamic allocated memory in C?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
40
views
40
views
Which built-in function can be used to move the file pointer internally in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
0
votes
1
answer
14
views
14
views
Which built-in library function can be used to match a patter from the string?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
2
answers
33
views
33
views
Which operator can be used to determine the size of a data type or variable in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
19
views
19
views
Which operator can be used to access union elements if union variable is a pointer variable in C Programming ?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
35
views
35
views
Which operator is used to receive the variable number of arguments for a function in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
32
views
32
views
What are the ways to a null pointer that can be used in the C programming language?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
19
views
19
views
What is the built-in function to append one string to another in C Programming ?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
0
votes
1
answer
13
views
13
views
Name a function which can be used to close the file stream?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
13
views
13
views
What is the purpose of built-in stricmp() function in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
0
votes
1
answer
28
views
28
views
Which built-in function can be used to move the file pointer internally?
asked
Jan 18
in
Technology
by
JackTerrance
(
189k
points)
cprogramming_interview_questions
+1
vote
1
answer
12
views
12
views
Can a program be compiled without main() function in C-Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
12
views
12
views
Which compiler switch to be used for compiling the programs using math library with gcc compiler?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
16
views
16
views
Does a built-in header file contains built-in function definition in C-Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
20
views
20
views
Which operator is used to continue the definition of macro in the next line in C-Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
17
views
17
views
Which key word is used to perform unconditional branching in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
22
views
22
views
What is a pointer to a function? Give the general syntax for the same in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
0
votes
1
answer
12
views
12
views
Can a function return multiple values to the caller using return reserved word in C?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
15
views
15
views
What are the different ways of passing parameters to the functions in C Programming? Which to use when?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
13
views
13
views
Is FILE a built-in data type in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
11
views
11
views
Describe dynamic data structure in C programming language?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
16
views
16
views
Explain the purpose of the function sprintf() in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
15
views
15
views
Can variables belonging to different scope have same name in C Programming? If so show an example ?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
0
votes
1
answer
18
views
18
views
How can you determine the size of an allocated portion of memory?
asked
Jan 23
in
Technology
by
JackTerrance
(
189k
points)
cprogramming_interview_questions
...