ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C
 
 


 

 
 C interview questions  C Interview Questions
 C++ interview questions  C++ Interview Questions
 VC++ interview questions  VC++ Interview Questions
 Delphi interview questions  Delphi Interview Questions
 Programming Languages AllOther interview questions  Programming Languages AllOther Interview Questions
Question
do ne body have any idea about the salary for the we r going
to have interview.
yup .. u got it right ..i m talking abt NIC.
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.
Answer
# 1
#include<stdio.h>
#include<conio.h>
void main()
{
int i,j,r,c,a[10][10],b[10]][10],c[10][10],k;
clrscr();
printf("enter the size of array");
scanf("%d%d",&r,&c);
for(i=0;i<r;i++)
{
for(j=0;j<c;j++)
scanf("%d",a[i][j]);
}
printf("enter elements of 2nd matrix");
for(i=0;i<r;i++)
{
for(j=0;j<c;j++)
scanf("%d",&b[i][j]);
}
for(i=0;i,r;i++)
{
for(k=0;k<r;k++)
{
for(j=0;j<r;j++)
c[i][k]=c[i][k]+a[i][j]*b[j][k];
}
}
}
 
Is This Answer Correct ?    0 Yes 0 No
Manojbatra071
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 } Wipro4
hi how to convert program from notepad to turboc editor can u please help me  1
How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST Adobe2
what is the difference between malloc() and calloc() function?  1
what is the difference between structural,object based,object orientd programming languages? PanTerra1
to find the program of matrix multiplication using arrays  2
what is the difference between declaration ,defenetion and initialization of a variable? LG-Soft5
for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????  6
What is a far pointer?What is the utility?  2
In scanf h is used for BFL2
prototype of sine function. Cadence2
do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.  1
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?  3
Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;  7
write program on arrays GE2
Is reference used in C?  1
please give me some tips for the selection in TCS. TCS3
What's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?  3
without a terminator how can we print a message in a printf () function. NIIT5
how the size of an integer is decided? - is it based on processor or compiler or OS? nvidia16
 
For more C Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com