Explain what is the most efficient way to store flag values?
No Answer is Posted For this Question
Be the First to Post Answer
write a program that will print %d in the output screen??
who did come first hen or agg
find the minimum of three values inputted by the user
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What is variable and explain rules to declare variable in c?
can we write a program in c for printf and scanf without using header file stdio.h
What is a pointer in c?
what is use of malloc and calloc?
Reverse a string word by word??
What are the types of data types and explain?
#define f(x) main() { printf("\n%d",f(2+2)); }
write a program to print calender using for loop.