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)
      • Calculate time for a Program
      • Insertion Sort C Program
      • Program to implement queue using array
      • Implementation of stack by Array
      • 'C' Program for insertion & deletion in Doubly Lin...
    • ►  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)
  • ►  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(); ...
  • 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 for Structure
    #include<stdio.h> #include<conio.h> structure student { char name[15]; int roll,m1,m2,m3,total; float per; }z; void main() {  p...
  • 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> ...
  • 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...
  • Operator & Expression
    For more detai...
  • 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...
  • C Program for Predictive Parsing
    The following is the predictive parsing table for the following grammar:                                                     S->A   ...

Total Pageviews

Simple theme. Powered by Blogger.