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: Posts (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...
  • 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(); ...
  • C program to Insert an element in an Array
    // C Program to Insert an element // at a specific position in an Array #include <stdio.h> int main() { int arr[100]; int i, x, po...
  • Welcome to New Students
    Dear Students, in this blog you will find the notes for Data Structure, Database Management System, Computer Graphics and other subject note...
  • Video for Singly Linked List Program in C
      I have made a video on the Program for Singly Linked List. The link is given below, share it among students so that they can have an idea ...
  • Program for DDA Line Drawing Algorithm in C
    //   Program for DDA Line Drawing Algorithm in C   #include <graphics.h> #include <stdio.h> #include <math.h> ...
  • 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';...
  • Compiler Design Program
    /****************************************************************************** Write a C program to identify whether a given line ...
  • Implementation of Stack using Linked List
     #include<stdio.h> #include<stdlib.h> struct node {     int info;     struct node *link;      }; struct node *top; int main() { ...
  • Program to evaluate simple expressions
    <?php // PHP program to evaluate a // given expression // A utility function to check if // a given character is operand function isOper...

Total Pageviews

Simple theme. Powered by Blogger.