Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
write a program to print calender using for loop.
Program to find the value of e raised to power x using while loop
What are the back slash character constants or escape sequence charactersavailable in c?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Famous puzzles which are generally asked by companies during interviews ?
why programming language C is still used in operating system's kernel??
What is New modifiers?
void main() { int i=5; printf("%d",i++ + ++i); }
simple program of graphics and their output display
How do I swap bytes?
How do we declare variables in c?
write a c programme for add of two numbers with out use of arthematic operators