a formula,a series of steps,or well defined set of rules for solving a problem
a) algorithem
b) program
c) erdiagram
d) compiler
No Answer is Posted For this Question
Be the First to Post Answer
Can you think of a way when a program crashed before reaching main? If yes how?
Why do we use return in c?
write a program wch produces its own source code aas its output?
How can you allocate arrays or structures bigger than 64K?
advantages of pointers?
Can variables be declared anywhere in c?
difference between native and cross compilers
Can the size of an array be declared at runtime?
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
what are the advantage and disadvantage of recursion
What are dangling pointers?
can we access one file to one directory?