Thursday 17 September 2015

C language Notes



Hi Reader You can get C language PDF notes with example on following topics So just select your topic  and download notes 

Call By Value/Call by reference

Signed/Unsigned Variable

Saturday 5 September 2015

Select cells, ranges, rows, or columns on a worksheet

On a worksheet, you can select cells, ranges, rows, or columns — for example, to format the data in the selection, or to insert other cells, rows, or columns. You can also select all or part of the cell contents and turn on Editing mode so that you can modify the data.

You can select cells and ranges in a Microsoft Excel table just as you would select them in a worksheet, but selecting table rows and columns is different from selecting worksheet rows and columns.

Thursday 2 July 2015

C Language Problem Solution

Pass 2d Array to function


#include<stdio.h>
#include<conio.h>
void show(int *ar[][3],int a)
{
int r,c;
for(r=0;r<a;r++)
{
for(c=0;c<3;c++)
{
printf("Enter a number>> ");
scanf("%d",&ar[r][c]);
}
}
clrscr();
for(r=0;r<a;r++)
{
for(c=0;c<3;c++)
{
printf("\t%d",ar[r][c]);
}
printf("\n");
}


Tuesday 30 June 2015

MCQ Question Artificial Intellegence (AI),Java,CCC,Data Structure(DS),UML,DCN,SSAD,HTML,DBMS,VB6.0,VB.Net

Online Test


MCQ Artificial Intelligence (AI)

Get 1000 MCQ list on AI on various Topics
Click to download AI MCQ

MCQ Core - Java

Get 1000 MCQ list on AI on various Topics
Click to download 1000 Java MCQ

MCQ CCC

 Get more than 500 questions  set
Click to download CCC MCQ
Set-1