? ???Mirror Mirror on the wall????????
void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }
Explain what’s a signal? Explain what do I use signals for?
What are the disadvantages of external storage class?
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
What is declaration and definition in c?
Define macros.
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
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.
What is %lu in c?
why Language C is plateform dependent
What are static variables in c?