Thursday, 7 June 2018

Operator


Operator in C Programming






7.  Special Operator(camma  operator )



True/False

1. Comma operator is used for separation.

Question:
1.  Explain the working of shorthand assignment operators, pre and post increment operator and the ternary operator.

No comments:

Post a Comment

ch-12 File Handling

Mcq 1. What does fp point to in the program?   #include<stdio.h> int main() {   FILE *fp;   fp=fopen("trial",...