Explain what is meant by 'bit masking'?
No Answer is Posted For this Question
Be the First to Post Answer
What is wrong with this declaration?
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
what is the c.
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
Why doesnt that code work?
What is the description for syntax errors?
What is the use of void pointer and null pointer in c language?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
Write a program to compute the following 1!+2!+...n!
How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets
how to find the kth smallest element in the given list of array elemnts.
Is javascript written in c?