Why are algorithms important in c program?
No Answer is Posted For this Question
Be the First to Post Answer
Is c is a middle level language?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
consider the following program sigment int n,sum=1; switch(n) { case 2:sum=sum+2; case 3:sum*=2; break; default:sum=0;} if n=2, what is the value of sum a.0 b.6 c.3 d.none
Write a program of advanced Fibonacci series.
What is information technology.
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
YBJBU6
What is the use of void pointer and null pointer in c language?
How can I invoke another program or command and trap its output?
Can you subtract pointers from each other? Why would you?
Do variables need to be initialized?