Dr. Mrinal Paliwal Blog

Pages

  • Home
  • Data Structure book & DBMS notes
  • SQL example
  • Lab Manual for B.C.A & B.Tech
  • Question Bank
  • Data Structure Program
  • Question Paper format for Sessional Exam
  • Books
  • ePaper & Times ascent epaper
  • B. Tech(CS 2nd Year)
  • Question Bank for CSE 2nd Year
  • B.C.A Notes
  • B.Tech CSE 2nd Year Notes
  • C Programming Video Lecture
  • Compiler Design Lab
  • Logic in Computer Science
  • Data Structure Algorithm Video Lecture
  • Notes Unit 1
  • Notes Unit 2
  • Notes Unit 3
  • Notes Unit 5
  • Notes Unit 4
  • SQL Notes
  • Linked List

Friday, March 17, 2017

Computer Programming in C Model Question Paper 2016-17






Posted by Admin at 11:24 PM 1 comment:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

Monday, March 6, 2017

QuestionPaper Format - Internal

Posted by Admin at 2:10 AM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Older Posts Home
Subscribe to: Comments (Atom)

Followers

Subscribe To

Posts
Atom
Posts
All Comments
Atom
All Comments

Search This Blog

Contents

  • ►  2022 (14)
    • ►  November (5)
    • ►  October (2)
    • ►  September (3)
    • ►  August (3)
    • ►  July (1)
  • ►  2020 (1)
    • ►  January (1)
  • ►  2019 (3)
    • ►  November (1)
    • ►  October (1)
    • ►  September (1)
  • ►  2018 (12)
    • ►  October (4)
    • ►  September (3)
    • ►  May (1)
    • ►  March (1)
    • ►  February (1)
    • ►  January (2)
  • ▼  2017 (6)
    • ►  September (1)
    • ►  July (1)
    • ►  April (2)
    • ▼  March (2)
      • Computer Programming in C Model Question Paper 201...
      • QuestionPaper Format - Internal
  • ►  2016 (17)
    • ►  December (6)
    • ►  November (5)
    • ►  October (6)

Popular Posts

  • Write a C program for constructing of LL (1) parsing.
    Q. Perform LL(1) Parsing for the given grammar  b->tb t->cf f->i i->@ c->f|@ b->+tb f->id t->*ft Click he...
  • C Program for Predictive Parsing
    The following is the predictive parsing table for the following grammar:                                                     S->A   ...
  • Write a C program to test whether a given identifier is valid or not
    #include<stdio.h> #include<conio.h> #include<ctype.h> void main() {     char a[10];     int flag,     i=1;     clrscr(); ...
  • Implementation of Stack using Linked List
     #include<stdio.h> #include<stdlib.h> struct node {     int info;     struct node *link;      }; struct node *top; int main() { ...
  • (no title)
    Code to navigate from one activity to other in Android activity_main.xml <?xml version="1.0" encoding="utf-8"?...
  • Matrix Multiplication Program
    // Matrix Multiplication Program #include<stdio.h> void main() { int c[2][2],i,a[2][2],b[2][2],j,k; printf("Enter 5 numbers...
  • Window Operating system (Unit III)
                                What is Windows? • An operating system and Graphical User Interface (GUI) created by Microsoft and fou nd on ...
  • Tower of Hanoi 'C' Code
    // Tower of Hanoi  #include <stdio.h> void tower(int,char,char,char); int main() {     char A='A',B='B',C='C';...
  • Operator & Expression
    For more detai...
  • Student Information form
      I welcome you all students to the new class and hope you all will excel in all the subjects and the new curriculum. Do come to ...

Total Pageviews

Simple theme. Powered by Blogger.