Implement bit Array in C.
No Answer is Posted For this Question
Be the First to Post Answer
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
How do you access command-line arguments?
What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }
Give me the code of in-order recursive and non-recursive.
What is the use of void pointer and null pointer in c language?
What is meant by recursion?
What are reserved words?
how to copy a string without using c function
What is #define?
What is the use of printf() and scanf() functions?
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
How many types of operator or there in c?