c programming

C Programming Questions For Practice

  What is programming language? Describe the various types of programming language with their merits and demerits [1+4] (2076, Set…

2 years ago

C programming Solution (Basic I/O & Decision Control Structure Questions)

Write a program to enter two number and find product. #include<stdio.h> #include<conio.h> void main() { int a,b,c; printf("Enter first number:");…

2 years ago

C Programming Question Collection. Question Related to I/O Functions, Library Function, Sequential Control Structure, Decision Control Structure, and Unconditional Structure in C Program

CLICK HERE TO DOWNLOAD IN PDF FORMAT### --> SOLUTION TO THE QUESTIONS <-- Question Related To I/O Functions 1. Write…

2 years ago

Strings in C Programming , Notes On C string Functions with important questions (NEB Exams)

The string can be defined as one dimenensional array of characters terminated by null ['\0']. The characters arry or string…

2 years ago

2 Dimensional Array {With NEB Questions}

Two Dimensional Array The Two dimensional array can be defined as an array of arrays that is capable of storing…

2 years ago

Array In C programming and One-Dimensional NEB Question Collection

Array: Array is a collection of similar data items stored at contiguous memory locations and elements can be accessed randomly…

2 years ago