Examination Assignment in C
#include<stdio.h> main() { int ans,score=0; printf("I)2+8=?\n"); printf("1)5\t2)10\t3)-10\t4)9\nAns:"); scanf(&qu…
Lorem Ipsum has been the industry's standard dummy text.
#include<stdio.h> main() { int ans,score=0; printf("I)2+8=?\n"); printf("1)5\t2)10\t3)-10\t4)9\nAns:"); scanf(&qu…
import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.sql.*; public cl…
User Registration and Login using Java AWT with Panel import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener…
User Registration and Login without Database using Java AWT --------------------------------------------------------------------------------------…
Addition of two numbers using Java AWT ----------------------------------------------------------------------------------------- import java.aw…
User Registration and Login Using Functions and String Functions in C Programming --------------------------------------------------------------…
Java with Database(SQL) Connection ------------------------------------------------------------------------------- Update Database Record usin…
#include<stdio.h> #include<string.h> void Reg(); void Login(); void Profile(); char fname[30],lname[30],phone…
conditional and Looping statements-if,else,while, do- while, for syntax of if ---------------------- if(condition) { statement; } synt…
1. The Java interpreter is used for the execution of the source code. True False Ans: a. 2) On successful compilation a file with …