Friday, 8 June 2018
Subscribe to:
Post Comments (Atom)
ch-12 File Handling
Mcq 1. What does fp point to in the program? #include<stdio.h> int main() { FILE *fp; fp=fopen("trial",...
-
C Language में Program को लिखने का तरीका : int main() { return 0 ; } C language में program लिखने के लिए सबसे पहले main() fu...
-
Array #include<stdio.h> int main() { int a[5],i,j=5; for(i=0;i<=4;i++) { a[i]= j; j++; printf(...
-
MCQ click here to view answer list 1.Which of the following correct in c Language:- A . C does not perform any bound checking in...
-
Operator in C Programming 1.Arithmetic Operator 2. Assignment Operator 3. Relational Operator 4. Conditional Operator ...
-
Unary Operator Unary operator , single operand पे use किये जाते है , जिससे उस operand की एक नई value generate हो जात...
No comments:
Post a Comment