Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of linkage exist in c?
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
Can I initialize unions?
what is the difference between arrays and linked list
26 Answers MAHINDRA, Tech Mahindra, Wipro,
Write a program to swap two numbers without using third variable in c?
how to write hello word without using semicolon at the end?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
12344321 123 321 12 21 1 1 how i print this program??
5 Answers DSR Management, Winit,
Explain the difference between fopen() and freopen().
What is unary operator?
What is 2 d array in c?
What is the difference between arrays and pointers?