E-Books

List of Frequently Asked Questions

 


1. What is make and how objects are gerenerated in makefile system?


2. creat a a linked list and insert a node into the listusing functionpointer.

Model Paper 10 -Solved-Duration: 60

1) What is the output of this C code?

#include <stdio.h>

int main()

{

   int i = 5;

   i = i / 3;

   printf("%d\n", i);

   return 0;

}

A.  Implementation defined

Model Paper 9 -Solved- Duration: 60

1) What is the output of this C code?

#include <stdio.h>

int main()

{

   int i = 3;

   int l = i / -2;

   int k = i % -2;

   printf("%d %d\n", l, k);

   return 0;

}

A.  Compile time error

Model Paper 8 -Solved- Duration: 60

1) What is the output of this C code?

#include <stdio.h>

int main()

{

    int i = -3;

    int k = i % 2;

    printf("%d\n", k);

}

A.  Compile time error

B.

Model Paper 7 -Solved- Duration: 60

1) Comment on the output of this C code?

#include <stdio.h>

int main()

{

    float f1 = 0.1;

    if (f1 == 0.

Model Paper 6 -Solved- Duration: 60

1) Comment on the output of this C code?

#include <stdio.h>

int main()

{

   float f1 = 0.1;

   if (f1 == 0.

Model Paper 5 -Solved- Duration: 60

1) Which of the following is not a valid variable name declaration?

A. int _a3;

B. int a_3;

C.

Model Paper 4 -Solved- Duration: 60

1) Which of the following is not valid variable name declaration?

A. int __a3;

B. int __3a ;

C.

Model Paper 3 -Solved- Duration: 60

1) What would be the equivalent pointer expression for referring the array element a[i][j][k][l]

A. ((((a+i)+j)+k)+l)

B. *(*(*(*(a+i)+j)+k)+l)

C.

Model Paper 2 -Solved- Duration: 60

1)  The "C" language is

A.Context free language

B.Context sensitive language

C.

Model Paper 1 -Solved- Duration: 60

1)Who is father of C Language?

A.Bjarne Stroustrup

B. Dennis Ritchie

C.

Episteme’s Embedded Systems Interviews Glossary

Absolute path

The path name for a file or directory beginning at the root directory and including the leading slash (/).

Accelerator keys

Keystrokes that select menu options of functions without pressing the button or selecting the menu.

Account

The environment that a user accesses in order to log into the system.

Ten Ways to crack Job Interview

1. Being late: It seems so obvious, but here's a reminder to be on time for a job interview—or better yet, 10 minutes early. Dashing through the revolving door five minutes after the hour does not leave the impression most job seekers hope to leave.

Articles

Given a non-negative integer x, compute square root of x

class Solution(object): def mySqrt(self, x): return int(pow(x, 0.

Write a function to merge calendar intervals

** * Return an array of arrays of size *returnSize.

What is Embedded System

An embedded system is a microprocessor-based computer hardware system with software.

Write a function to sort meeting time intervals

/** * Return an array of arrays of size *returnSize.

News

Learning DPDK: NUMA optimization

Overview To get the maximum performance on NUMA system, the underlying architecture has to be taken into account.

Bluetooth chips enable wearable smart gadgets with low energy consumption

Bluetooth is the foundation that allows smart gadgets to talk to each other, and the wireless technology is leveling up today.

Smart Homes, Mobile data traffic and IOT

Every day, various aspects of our lives are becoming easier — and more connected — through the Internet of Things and smart home technology.

Practice Test

What will be output when you execute following c code? Choose all that apply:

#include< stdio.h >
int main(){
printf("%d\t",sizeof(6.5));
printf("%d\t",sizeof(90000));
printf("%d",sizeof('A'));

Consider on following declaring of enum.
(i) enum cricket {Gambhir,Smith,Sehwag}c;
(ii) enum cricket {Gambhir,Smith,Sehwag};
(iii) enum {Gambhir,Smith=-5,Sehwag}c;
(iv) enum c {Gambhir,Smith,Sehw


Latest Projects

Cosultancy management

The consulting industry is one of the fastest growing business sectors worldwide with new opportunities emerging continually in hundreds of different fields. Software consulting and recruiting agencies match the requirements of the client firms with the skills of their employees and set up the interview between their employees and the client firm.

Vechicle Service Project

This system “Vehicle services” allows providing vehicle for service. If customer got any problem with his vehicle based on guarantee card they are providing services The real power of this project lies not in direct selling of products, but in the creation of tighter relationships with customers and delivering of a high level of service and support, which in turn improves organization sales and its goodwill.

Vechicle management system

The ‘Greyhound Fleet Manager’ keeps track the information about the Vehicles, Maintenance, Repair, Parts, Employees, Location and Vendors. It also keeps track the maintenance performed for different vehicles which are used for transportation.

Transport management system

The purpose of this project is to have a better understanding of the operation in container haulage industry as a transport as it will be the dynamic sector of the 21st century. Sophisticated automobile and freeway System is a user functions for Intelligent Transport System (ITS).

minglebox

Mingle Box is a marketplace where people who need custom software developed can find coders in a safe and business-friendly environment. Buyers can pick from a pool of registered coders.