Answer Posted / padma seenivasan
invalid value in increament
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What is difference between structure and union with example?
What is the size of structure pointer in c?
What is the sizeof () operator?
What are types of preprocessor in c?
What would be an example of a structure analogous to structure c?
What is a wrapper function in c?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
write a program fibonacci series and palindrome program in c
What are high level languages like C and FORTRAN also known as?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
Where we use clrscr in c?
Can you please explain the scope of static variables?
Explain high-order bytes.