Answer Posted / devi
c is a procedure oriented language and pertform tasks in form of algorithms
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is pivot in c?
What is c variable?
How to get string length of given string in c?
Explain the process of converting a Tree into a Binary Tree.
Do you know what are the properties of union in c?
What is meant by 'bit masking'?
Which type of language is c?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Is c easier than java?
Explain 'bit masking'?
Can math operations be performed on a void pointer?
Under what circumstances does a name clash occur?
What are bitwise shift operators in c programming?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;