Explain what is dynamic data structure?
No Answer is Posted For this Question
Be the First to Post Answer
What is wild pointer in c with example?
how to find anagram without using string functions using only loops in c programming
what is the difference between 123 and 0123 in c?
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch
why u join this call center?
what will be the output: main(){char ch;int a=10;printf("%d",ch);}
36 Answers Accenture, TCS, Wipro,
fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }
is it possible to change the default calling convention in c ?
What is the difference between #include and #include 'file' ?
Why isnt any of this standardized in c?
what is the difference between exit() and _exit() functions?
How many types of operators are there in c?