FREE : [ Study Material ] NDA/SSB Preparation : Check Now!!! | Latest: HR Interview Questions:CHECK | Like Us :

Sunday 28 April 2013

C PROGRAM TO IMPLEMENT STACK USING ARRAY | Stack USING ARRAY

0 comments
PROGRAM by Ashish

#include<stdio.h>
#include<conio.h>
#define MAX 10
int stack[MAX];
int top=-1;
void push(int num);
void pop();
void traverse();
void main()
{
int num,ch,p=0;
clrscr();
do
{
printf("Enter 1 to Print STACK\n");
printf("ENTER 2 to PUSH ITEM\n");
printf("ENTER 3 to POP ELEMENT\n");
scanf("%d",&ch);
switch(ch)
{
case 1:
{
printf("\nElements in Stack are:-\t");
traverse();
break;
}
case 2:
{
printf("\nEnter the Element to be pushed");
scanf("%d",&num);
push(num);
break;
}
case 3:
{
printf("\nGoing to Perform POP OPERATION");
pop();
break;
}
}
printf("\nENTER 1 to Continue");
scanf("%d",&p);
}while(p==1);
getch();
}
void traverse()
{
int i;
if(top==-1)
{
printf("\nStack is EMPTY");
}
else
{
for(i=top;i>=0;i--)
{
printf("\n%d",stack[i]);
}
}
}
void push(int num)
{
if(top==MAX)
{
printf("\nOVERFLOW");
}
else
{
top=top+1;
stack[top]=num;
printf("\n Element added");
}
}
void pop()
{
int item;
if(top==-1)
{
printf("\nUnder FLow");
}
else
{
item=stack[top];
top=top-1;
printf("\Element poped is%d",item);
}
}


Output:-

Friday 26 April 2013

piet.co.in - PIET PANIPAT OFFCAMPUS Placements | Offcampus Drives for Freshers

0 comments

Panipat Institute of Engineering Technology commonly known as PIET Panipat is run by Vidyapeeth Education Trust. The Institute is affiliated to Kurukshetra University, Kurukshetra.

This commonly is Famous for the Offcampus Drives it conducts every year. Many MNCs every year visit PIET Panipat for offcampus Drive like TCS, Accenture, NEC-HCL, HCL, IBM, FranConnect and many more.

It provide an opportunity to students to grab the JOB. A lot of students from all over India especially students of MDU & KU takes part in these Offcampus Drives.

So If your college is not so good and companies donot visit your campus then you can attend the Offcampus drives at PIET Panipat.


Location of PIET:-

It is situated at Samalkha, Panipat on National Highway No. 1 and is about 21 kms. from Panipat.

How to Know which Company visiting PIET:-
You can subscribe us or keep visiting our website regularly to know about offcampus Drives at PIET

Wednesday 24 April 2013

C program to implement a Queue Implementation using array | QUEUE USING ARRAY

0 comments
//Program Coded by ASHISH

#include<stdio.h>
#include<conio.h>
#define MAX 50
int queue[MAX];
int FRONT=-1;
int REAR=-1;
void traverse();
void insert(int num);
void remov();
void main()
{
int ch,num,p;
clrscr();
do
{
printf("Press 1 to Print All elements of QUEUE\n");
printf("Press 2 to Insert Element in the Queue\n");
printf("Press 3 to Delete Element from the QUEUE\n");
scanf("%d",&ch);
switch(ch)
{
case 1:
{
traverse();
break;
}
case 2:
{
printf("Enter the Element to be inserted in queue\n");
scanf("%d",&num);
insert(num);
break;
}
case 3:
{
printf("Deleting Element from Queue--FIFO---\n");
remov();
break;
}
}
printf("\nDo you wanna Perform again 1 for yes\n");
scanf("%d",&p);
}while(p==1);
getch();
}
void traverse()
{
int i;
if(FRONT==-1&&REAR==-1)
{printf("\nQueue is Empty");}
else
{
printf("Queue is:-\n");
for(i=FRONT;i<=REAR;i++)
{
printf("\n%d",queue[i]);
}
}

}
void insert(int num)
{
if(FRONT==-1&&REAR==-1)
{
FRONT=0;
REAR=0;
queue[FRONT]=num;
}
else
{
REAR=REAR+1;
queue[REAR]=num;
}
printf("Element Inserted\n");
}
void remov()
{
if(FRONT==-1&&REAR==-1)
{printf("Queue is Empty\n");}
else if(FRONT==REAR)
{
FRONT=-1;
REAR=-1;
printf("Queue is Empty NOW!!!\n");
}
else
{
FRONT=FRONT+1;
}
}

Friday 19 April 2013

ITM University Gurgaon | Address, Fee Details, Ranking 2013

1 comments
College Institute of Technology and Management, Gurgaon
Affiliated to ITM University
Address HUDA Sector 23-A Gurgaon - 122017.
Phone Number Tel : + 91 124 2365811
Fax & Email Fax : + 91 124 2367488 &  daulet@itmindia.edu
Website http://itmindia.edu
Courses Available B.E COMPUTER SCIENCE & ENGINEERING
B.E ELECTRONICS & COMMUNICATION ENGINEERING
B.E ELECTRONICS & INSTRUMENTATION ENGG
B.E CIVIL ENGINEERING
B.E INFORMATION TECHNOLOGY
B.E MECHANICAL ENGINEERING
Placement Click here to Check Placements
College View Click here for Campus Visit
Ranking Click here

List of List of private MBBS colleges in UP and their fee structure?

1 comments


Note:Also Please Check comments for answers.This answers are submitted by our readers & may not be completely Reliable. You may leave your answer by commenting. It will help in improving the answers.

List Best Medical colleges in Haryana | MBBS Colleges Address 2013

0 comments
Here is a List of Best Medical Colleges in Haryana

  1. Maharaja Agrasen institute of Med Res and Edu, Agroha
  2. Maharshi Markandeshwar institute of Medical science and Research,Ambala
  3. Pandit Bhagwat Dayal Sharma P.G institute of Medical Science,Rohtak

Maharaja Agrasen Medical College,
Agroha 125047 (Haryana)
Courses : MBBS Course (5 years 6 months)
Eligibility : Class XII with Physics, Chemistry and Biology (or equivalent)
Tel : 01669-251675
Fax : 01669-281176
Tel : (Resi) : 01669-281197


Maharishi Markandeshwar Institute of Medical Sciences & Research,
Maullana, Ambala - 133 203
Tel : 01731-274070, 275936
Fax : 01731-275793
E-mail : mmmcmullanan@yahoo.com

Pt. B.D. Sharma Post Graduate Institute of Medical Sciences
(formerly, Government Medical College),
Rohtak- 124001
Courses : MBBS (5 years 6 months)
Eligibility : Class XII with Physics, Chemistry and Biology (or equivalent)
Courses : Certificate in Radiography (1 Year)
Eligibility : Class XII with Physics, Chemistry and Biology
Courses : Diploma in Ophthalmic Assistance(2 Years)
Eligibility : Class XII with Physics, Chemistry and Biology
Website :www.pgims.org

List of top 15 engineering colleges in Haryana? - 2013

0 comments
Here is a List of top 15 Engineering colleges in Haryana


  1. NIT-Kurukshetra
  2. ITM GURGAON
  3. YMCA Faridabad
  4. Lingayya's University
  5. CITM Faridabad
  6. Guru Jambheshwar University of Science and Technology,Hisar
  7. UIET, Kurukshetra
  8. UIET, Rohtak
  9. Maharishi Markandeshwar University, Mullana
  10. Dronacharya College of Engineering, Gurgaon
  11. TITS Bhiwani
  12. PDM College of Engineering, Bahadurgarh
  13. PIET Panipat
  14. NC Israna, Panipat
  15. Seth Jaiprakash Mukand Lal Institute of Engineering and Technology, Radaur


Nagarro & NEC HCL Subjective Test Questions | Interview Questons

0 comments
Here are some Questions asked in Nagaroo and NEC HCl Subjective Test. Please Prepare them to Crack the Subjective test.

  1. Write a Recursive Function to Calculate the smallest element of an Array?
  2. Write a Program find the Number of occurance of a substring in String?
  3. Write a Program to add/ Remove element in Double Link list?
  4. Write a Program to Sort a Link List?
  5. Write a Program to Reverse a Link List?
  6. Write a function removeSubStr(String str1, String str2) which removes all occurence of str2 from str1.
  7. You are given two sorted arrays one having empty slots large enough to hold the second array. Merge them to the first array.
  8. Write a Program to merge two sorted array to get one without using extrah memory.
  9. Write a Program to Search a number from a sorted matrix with minimum time complexity.
  10. Write a method which will remove any given character from a String?
  11. Write code to check whether a no is Armstrong no or not 
  12. Write a Program to Reverse a string?


Saturday 13 April 2013

Download Admit Card for Karnataka Bank Officer Exam 2013

0 comments
Karnataka Bank Officer Exam  will be held on 21-04-2013. The Exam will be Online.

Karnataka Bank authorities have now issued the admit cards.

All those who are giving this exam can download the Admit Crad now.

You can download the Admit Card by filling Registartion number,Date of birth and Password.

Click here for Downloading Admit Card

Note:- Dear Candidates some websites try to make People fool by redirecting them to wrong links. Be aware of them. You will always get reliable information at MrNaukri.com so bookmark us....

Media Lab Asia Software Developer Vacancy 2013 | Project Manager 2013

0 comments
Media Lab Asia is looking for result oriented, energetic and committed personnel with excellent academic record to join Media Lab Asia as Project Manager and Software Developer .under a collaborative research project of Media Lab Asia (MCIT, GoI) and Central Agricultural University (CAU) entitled “Development & Deployment of Mobile based Agro-Advisory System in North-East India


Jobs Details
Name of Organization Media Lab Asia
Posts Available
Post Notication PayScale
Project Manager Rs.  25000 - 30000
Software Developer Rs.  30000 - 35000
Important Date
Last Date 25 April 2013
For More Details Visit http://www.medialabasia.in/images/stories/web.pdf



Books for IAS Prelims 2013 | Study Material Purchase Online

1 comments

Here is the List of Books for IAS Prelims 2013. You can purchase this Books Online.

IAS Prelims/CSAT Civil Services: 18 Years General Studies Topic-Wise Solved Papers (1995-2012) 

Crack Civil Services General Studies IAS Prelims CSAT, Paper - 1 and 2 (Set of 2 Books) 

IAS Prelims CSAT: Crack Civil Services General Studies (Paper - 1) 

IAS Prelims CSAT: Crack Civil Services General Studies (Paper - 2) 

CSAT - IAS Prelims Simplified (Past 18 yr Papers + Comprehension + General Issues) 

Civil Sewa IAS Prelims / CSAT 18 Varsh Samajik Adhyayan Ke Khandwar Hal Prashan Patra (Hindi) 

Friday 5 April 2013

NEC HCL visiting PIET Panipat on 10th April 2013

2 comments

NEC HCL System visiting PIET on 10th April 2013(11 April UDPATED)


Date of Drive: 10th April 2013(11 APRIL 2013 UPDATED)

Reporting Time: 8:30 am

Venue: Panipat Instt. Of Engineering & Tech, 70 Milestone, GT Road, Samalkha,Panipat-132102

Eligibility:

-60% and above throughout
-B.Tech (CS, IT) and MCA
-2013 batch

Job profile: S.Engineer

Selection Procedure:
-Aptitude test
-C Fundamentals test,
-Psychometric Test,
-Technical Interview-1st round,
-Technical Interview-2nd round,
-HR interview.

Compensation : Rs.3.25 lacs. Pa
Click here to APPLY 

TCS Technical Interview Programs 2013

0 comments

I am giving you a list of commonly asked programs asked in TCS Interview.


  1. Write a Program to Swap two number without using 3rd variable?
  2. Write a Program to convert celsius to Fahrenheit?
  3. Write a Program to check whether a number is Prime or not?
  4. Write a Program to calculate factorial of a number?
  5. Write a Program to reverse a number?
  6. Write a Program to reverse a string?
  7. Write a Program to check palindrome?
  8. Write a Program of matrix multiplication?
  9. Write a Program to reverse a linklist?
  10. Write a Program to sort an array?
  11. Write a Program to Print Following Patterns:-

a)
*
**
***
****
*****
b)
*****
****
***
**
*

Submitted by:-
Hitesh Dhanda

Thursday 4 April 2013

Delhi Metro Junior Engineer Jobs April 2013 | Application Form

0 comments

The Delhi Metro Rail Corporation (DMRC) Ltd, a Joint Venture company with equity participation from Govt. of India and Govt. of National Capital Territory of Delhi has been entrusted with the responsibility of implementation of the rail based Mass Rapid Transit System for Delhi.
To meet with the immediate requirement of Jr. Engineer (Civil), DMRC intends to fill up the following vacancies in grade Rs.13500-25520 (IDA)/- (in regular pay scale with other benefits) on long term contract basis for a period of four years.



Jobs Details
Name of Organization Delhi Metro Rail Corporation (DMRC)
Posts Available
Post Vacancies PayScale
Jr. Engineer (Civil) 58
UR-24
OBC-21
SC-07
ST-06

Rs. 13500-25520 (IDA)

Basic Pay + 35 % Perks + prevalent DA in IDA + 30% HRA+ Site Allowances as applicable.

Important Date
Last Date 24 April 2013
How to Apply You have to Send the Application form to Executive Director (HR), Delhi Metro Rail Corporation Ltd, Fire Brigade Lane, Metro Bhavan, Barakhamba Road, New Delhi - 110001 by 25/04/2013.
Application Form Fee UR & OBC candidates who fulfill the eligibility criteria are required to pay a Non-refundable fee of Rs.200/- and SC/ST are required to pay a non-refundable fee of Rs. 50/- (for processing & postage charge) for the post.
For More Details Visit For more details click here

Qualification:-Three years Diploma in Civil Engineering with 60% marks from reputed Government Institutes.

Wednesday 3 April 2013

SSB TAT Sample Pictures | Thematic Apperception Test [TAT]

0 comments
Following are Examples for SSB Thematic Apperception Test [TAT]. You should try to Write story on the below Photos









Tuesday 2 April 2013

Attra Infotech Interview Questions | Placement Papers

0 comments
Attra is an IT solutions and services delivery firm with its focus on banking, finance and payments industry. We provide a broad range of IT services which include Consultancy, Application Management, Independent Testing, Portfolio Migration, Production Support and Integration. We address the changing needs of business with solutions that are flexible, cost-effective, quick to deploy and reliable.
Attra

 Here is a List of Question You can Face in Attra Infotech Interview For the Post of Associate Engineer

Technical Questions:-
Introduce yourself?
What are your Technical Strengths?
Who is Father of C/C++/java?
What is Difference between C, C++ & Java?
Why C is Still Preferred in Operating System?
Write a Program to Reverse a String?
Write a Program to covert temperature from Celsius to Fahrenheit?
What is difference between DBMS & RDBMS?
What are Triggers?
What are wild cards?
What are open source Software?
What is OSI Model?
How it is different from TCP/IP Model?
What is Alpha Testing?
What is SRS?
What is WaterFall Model?
What are Deadlocks?
What is Transaction?
What are the Advancement in Memory Storage in Last 5 years?


HR:-
Tell me about Your Self?
What are your weakness and Strengths?
Why Attra Infotech?
Wha you have read about Attra Infotech from Internet?
Do you know about Bond with us?
Are you Ready to Sign 36 Month Bond With our Company?
Do you want to ask any Question?

Infosys Technical Interview Questions 2013 | Interview Process 2013

0 comments
Here is a List of 19 most common Asked questions in Infosys Interview Process

Infosys

Some Commonly Asked Programs are:-
Write a Program to Reverse a Number?
Write a Program to Reverse a String?
Write a Program to Calculate the Factorial of a Number using Recursive Function?
Write a Program to Swap 2 numbers without using 3rd variable?
Write a Program to convert number into binary number?
Write a Program to check the Palindrome of a Number/String?
Write a Program to check whether a number is Prime or not?

 

Results

get our extension

Like Us on FB

    Freshers Jobs

    Donate

    DMCA Protected

    You are Visitor Number

    Interview Questions

    SSB Questions

      Authors
    Tinku Singh
    Hitesh Dhanda

    MrNaukri.com - Get Sarkari Jobs, Results, Off Campus Placement Updates © 2012. All Rights Reserved | Back To Top |

    © 2013 A Product of IBC Network