Saturday, 29 July 2017
Autocomplete
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
Thursday, 27 July 2017
M3-R4 ‘C’ LANGUAGE July, 2014 Solved
M3-R4: PROGRAMMING AND PROBLEM SOLVING THROUGH ‘C’ LANGUAGE July, 2014 Solved
1. Multiple Choice
1.1 : B
Explanation : void is used to indicate that a function will not be return
any data to calling function. You should also use void in place of argument for
when function does not takes argument but it’s optional.
If you left blank of return type then int will be consider as
default return type of given function.
1.2 : C
1.3 : B
Explanation : Name of an array is constant pointer which point first
element when 5 added to pointer then it jump 5 places to forward direction.
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
Write a program to copy a file into another file.
Q : Write a program to copy a file into another file.
Answer :
#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
void main(int argc,char *argv[])
{
FILE *infile,*outfi
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
Sunday, 23 July 2017
Assignment Software Project Management
Assignment
Software Project Management
Q1. What is Software Project management? Explain the activities of software project management.Q2. Define the water fall model with its stages. Explain the advantages and disadvantages of water fall model.
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
Subscribe to:
Posts (Atom)
