Pages
(Move to ...)
Assignment
Synopsis
C
Graphics
Compiler
C#
DCN
DBMS
Discrete Math
DS
IT Fun
Java
Json
NIELIT
Notes
Office
OOPS
OS
PHP
Project
Phython
Question
SSAD
Web
UGC Net
VB
ASP
▼
Thursday, 16 July 2020
POW function | C Language
›
Q : Write a function fnpow() in C to compute xy where x is float and y is integer. Function will return the result and takes x, y as argume...
Wednesday, 15 July 2020
Difference between Union & Structure
›
SN. Structure Union 1 Struct keyword is used to make structure variable Union keywo...
Tuesday, 14 July 2020
File writing program append mode using Command Line Argument
›
Q : Write a program using command line parameters to append one text file to another text file.? Answer : #include <stdio.h>...
Monday, 13 July 2020
Bitwise Operator Complete solution
›
Bitwise operators are used to perform bit operations. Decimal values are converted into binary values which are the sequence of bits and bi...
‹
›
Home
View web version