Search This Blog
Wednesday, January 1, 2025
Subscribe to:
Comments (Atom)
SINGLE LINKED LIST BASIC CODE
#include <stdio.h> #include <stdlib.h> struct Node { int data; struct Node *next; }; void insert(struct Node **head, in...
-
Design LALR Bottom up Parser. <parser.l> %{ #include<stdio.h> #include "y.tab.h" %} %% [0-9]+ {yylval...
-
PROBLM NO :1 An Armstrong number of three digits is an integer such that the sum of the cubes of its digits is equal to the number i...
-
Lucky Gifts "Planet Kids Entertainment Fair" is back to delight kids and parents. The Fair will have non-stop entertainment w...