C program Examples questions | Sample C programs | Practise questions on c |...
1. Write a c program to check given number is perfect number or not.2. Write a c program to check given number is Armstrong number or not.3. Write a c program to check given number is prime number or...
View ArticleSample Project on Objective C---BODY MASS INDEX(BMI)
Application overview in Iphone.Get the complete application code and documentation athttp://www.iosbricks.blogspot.in/
View ArticleProperties of the Hash Function
1.The distribution should be uniform.2.An ideal hash function should assign the same number of records in each bucket.3.The distribution should be random.4.Regardless of the actual search-keys, the...
View ArticleC language Sample Interview Questions
C TestPAPER - 11) int prime[7]= {2, 3 ,5, 7, 11, 13}; The size of the array ‘prime’ assuming ‘int’ variables to occupy 2 bytes isa) 14b) 12c) 6d) None of these2) a = 100; b = 5; c...
View ArticleFAQ on UNIX,C,C++,NETWORKING
1.In which layer are packets formed ( in network layer).2.What are virtual functions?3.What is a scope resolution operator?4.Write a program to concatenate two circular linked lists into a single...
View ArticleCheck to see if I have an Internet connection on the iPhone using the Cocoa...
- (void) checkNetworkStatus:(NSNotification *)notice{// called after network status changesNetworkStatus internetStatus = [internetReachable currentReachabilityStatus];switch (internetStatus){case...
View ArticleIphone Code for MEDIA (PLAYING AUDIO AND VIDEO)
MediaViewController.h#import <UIKit/UIKit.h>#import <MediaPlayer/MediaPlayer.h>#import <AVFoundation/AVFoundation.h>@interface MediaViewController : UIViewController {...
View ArticleSome Useful expressions while presenting your resume for video recording:
I am Rakesh Manohar. I am doing my final semester in Computer Science Engineering from Sasi Institute of Technology and Engineering. I have got more than 70% consistently throughout my career.I hail...
View ArticleDxcorr Sample Interview Questions | FAQ's in VLSI CAMPUS | VLSI Interview Topics
1. Define Set-up Time and Hold Times.2. Differentiate between Flip-Flop and Latch.3. Techniques to overcome Setup/hold time violations.4. Definition for Threshold Voltage.5. Layout precautions to be...
View ArticleATRIA LOGIC INTERVIEW QUESTIONS
1. Project ( They are expecting the project to be done on FPGA minimum ).2. Design a circuit that decides whether an input infinite serial stream of bits is divisible by 5 or not. (...
View ArticleHow to Make iPhone Apps With No Programming Experience
The iPhone has taken the mobile industry by storm, and has positioned itself as the cool new most-needed gadget. Part of what makes the iPhone so popular is the abundance of apps that are available to...
View ArticleWinit interview questions | winit software interview questions
Phase-1 Q1) Introduce yourselfQ2) Why should I hire you?Q3) How many companies did you attended so far?Q4) What are the reasons for your rejection in those companies?Q5) You are 2011 passed out but why...
View ArticleUTC interview questions
First 3 rounds:1. volatile. purpose? avoiding time optimization or Memory optimization?2. What are the synchronisation mechanisms used? semaphores vs Mutex? Question extended to processes waiting...
View ArticleAMI interview Questions
for me they asked only C1) on libraries (all commands for creation , linking and all)2) on makefile and make commmand 3) study the concept of inclusion of header file and standard header file n all...
View ArticleReference to prepare an interview | Interview Links | Interview Reference Links
div.scroll { background-color:#9EFFFF; width:500px; height:200px; overflow:scroll; } LINUX: 1. http://tldp.org/LDP/lpg/node1.html2. http://www.cs.cf.ac.uk/Dave/C/CE.html3....
View ArticleUpdate gcc compiler ubuntu | Install gcc compiler ubuntu
Hi Ubuntu Installers,Run the following commands on the TERMINAL to update the VI /C++ and MAN pages in UbuntuBoot your system to UbuntuConnect internet to your systemLog in to the systemOpen the...
View ArticleLipta Inc interview Questions
1) Pointer to a constant sting and constant pointer difference (*p="Vector" & p[7]="Vector")2) double f=89.9; printf"("%f", f); try with %g and %e ,%d also and check the o/p;3)...
View Article