Is there a way to switch on strings?
What is the use of clrscr?
Does c have circular shift operators?
can any one provide me the notes of data structure for ignou cs-62 paper
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
Differentiate fundamental data types and derived data types in C.
C program to find all possible outcomes of a dice?
write a program to copy a string without using a string?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
write a program to count the no of repaeted words in a line?
What is a pointer?
# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none
Write a program for Overriding.