Answer Posted / jh
ds is an data structure
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What is main function in c?
How can you check to see whether a symbol is defined?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
Which is the memory area not included in C program? give the reason
Tell me can the size of an array be declared at runtime?
What is volatile c?
Can you assign a different address to an array tag?
What is the acronym for ansi?
What are the 4 types of unions?
How will you divide two numbers in a MACRO?
Is it possible to initialize a variable at the time it was declared?
Why c is called a middle level language?