How can I change the size of the dynamically allocated array?
No Answer is Posted For this Question
Be the First to Post Answer
What is typedef?
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
Why string is used in c?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
What is time null in c?
What are structure members?
diff between exptected result and requirement?
What is huge pointer in c?
Can you pass an entire structure to functions?
write a c program to add two integer numbers without using arithmetic operator +
What is the purpose of type declarations?