What is the use of bitwise operator?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to display & create a rational number
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
Is c still used in 2019?
Which node is more powerful and can handle local information processing or graphics processing?
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
1 Answers 91mobiles, Amazon, App Guruz, College School Exams Tests, Folio3, Infosys, Omega, Planin, Riphah International University, Subex,
WAP – represent a char in binary format
How can I read/write structures from/to data files?
Explain bitwise shift operators?
Is an array parameter is always "by reference" ?
What is the process of writing the null pointer?
Why doesnt the call scanf work?