Explain 'bit masking'?
No Answer is Posted For this Question
Be the First to Post Answer
please send me the code for multiplying sparse matrix using c
What is the mean of function?
write a program to sort the elements in a given array in c language
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.
Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?
why do we use # in c-language?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What's the right way to use errno?
In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }
Ow can I insert or delete a line (or record) in the middle of a file?
Is it possible to run a c program without using main?If yes HOW??
What does calloc stand for?