What does the message "warning: macro replacement within a
string literal" mean?
if we take a number as a char then can we manipulate(add, subtract) on this number
what is the code to display color fonts in the output?
What is meant by gets in c?
what is use of malloc and calloc?
What do you mean by c?
What is difference between array and pointer in c?
EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>
How can I return multiple values from a function?
3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
What are data types in c language?
Diff between for loop and while loop?
suppose there are five integers write a program to find larger among them without using if- else