organizational behavior and human resource management

Data Communication & Computer Networks | BIM | BIT | BCIS

 

IT 214: DCCN Questions Bank Solution

This handwritten notes is provided by our active contributor Miss Aashma Pandey from Asian School of Management and Technology. Study Notes Nepal team is very thankful for her support toward us. This solution is for reference purposes only.

Sociology Report Writing – Sample

This report is provided by our active contributor Miss. Laxmi Manandhar from National College of Computer Studies (NCCS). Study Notes Nepal is very thankful to Miss. Dipa Rokka, Miss. Laxmi Manandhar, Miss. Sonu Karmacharya and Mr. Sujan Rajak for your support toward us. The report “Risk On Road” is found worthy of acceptance as the […]

C-Programming (Handwritten Notes)

This handwritten notes is provided by our active contributor Miss Aashma Pandey from Asian School of Management and Technology. Study Notes Nepal team is very thankful for her support toward us. This Notes is for reference purposes only.

C-Programming Solved Questions

Write a function that takes a string from the user, if the length of the string is 7 then it displays the middle character of that string, and the function returns, otherwise the user is asked to input another string. [BIM 2014]#include<stdio.h>#include<string.h>int main(){char a[30];char b;int i;start:printf(“enter a string of 7 character “);scanf(“%s”,a);if(strlen(a)!=7)goto start;elseprintf(“the mid char […]

Very Short Question Answer – Structured Programming

What is C language? The C programming language is a standardized programming language developed in the early 1970s by Ken Thompson and Dennis Ritchie for use on the UNIX operating system. It has since spread to many other operating systems, and is one of the most widely used programming languages. What is the difference between […]