Is main is user defined function?
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
What is meant by realloc()?
What is a pointer value and address in c?
what is difference between #include<stdio.h> and #include"stdio.h"
What is structure padding in c?
please give code for this 1 2 4 7 11 16
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
Identify the operators that is not used with pointer a. && b. # c. * d. >>
develop algorithms to add polynomials (i) in one variable
Read two numbers from keyboard and find maximum of them?
There seem to be a few missing operators ..
Differentiate between Macro and ordinary definition.