What is the newline escape sequence?
No Answer is Posted For this Question
Be the First to Post Answer
char p="data"; printf(p);
how to write a prog in c to convert decimal number into binary by using recursen function,
what are two categories of clint-server application development ?
Write a program to display the no of bit difference between any 2 given numbers eg: Num1 will 12->1100 Num2 will 7->0111 the difference in bits are 2.
why we are using float in C
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
What is macro?
How can we allocate array or structure bigger than 64kb?
How does #define work?
What do you mean by c?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
what is the diffrenet bettwen HTTP and internet protocol