List some of the dynamic data structures in C?
No Answer is Posted For this Question
Be the First to Post Answer
count the numbers between 100 and 300, that star with 2 and ends with 2
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?
Magic square
How can you increase the allowable number of simultaneously open files?
WHAT IS C?
1,1,5,17,61,217,?,?.
What are logical errors and how does it differ from syntax errors?
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
Where are the auto variables stored?
In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }
is c language is a object oreinted language?