process by which one bit patten in to another by bit wise
operation is?
(a) masking,
(b) pruning,
(c) biting,
(d) chopping,
No Answer is Posted For this Question
Be the First to Post Answer
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
what different between c and c++
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Differentiate between Macro and ordinary definition.
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
Explain can static variables be declared in a header file?
Program to simulate second clock
Go through this linked list concept.While traversing through the singly linked list sometimes the following code snippet "while(head != NULL)" is used and other times "while(head->link != NULL)"is used(Here head is the pointer pointing to the first node,node has two parts data part and link part).What is the difference between head != NULL and Head->link != NULL and in which situation are they used?
What is the size of array float a(10)?
Write a program to swap two numbers without using a temporary variable?
What are the disadvantages of a shell structure?