You are on page 1of 6

S.

No
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Questions
What is Pointer?
What is the difference between pointer and structure?
What is the difference between Structure and Union?
Explain About Storage classes?
What is Little-endean and Big-endean, Write a program for finding wether it is a little-endean or big
Swaping two numbers without using arithematic operator and temp variable?
Difference between Macro and Function, enum, typedef, const?
What is function pointers, advantages, write simple programs?
What is terinary operator?
Store a variable at particular address location?
What is constant and volatile qualifiers?
Write a program for counting no of 1's and 0's in a given variable?
Set particular bit and Clear particular bit in agiven variable?
Swaping byte in 16-bit and nobble in 8-bit?
What is bitfields?
What is C and Embedded C, what is the difference?
Segments in a RAM?
What exactly put the value in a RAM from ROM in run time?
What is Structure padding?
What is DMA?
How to optimize a code?
a++, a=a+1 which takes less time?
Size of int in 16, 32 bit ?
Static function and global function what is the use?
Explain about compilation process (Buil process)?
What are data types in C?
What is compiler and cross compiler?
What is recurrsion, write a program for finding a factorial of a number and fibnacci series?
write a program for Decimal to Binary, binary to decimal?
Program for perfect no and Armstrong no?
Palindrome programe?
Program for finding a string is palindrome or not?
String handling functions?
What is inline function?
what the difference between RET and RETI?
What is Semaphore, Mutex, Task, Process?
Searching and Sorting Techniques?
What are the differences between getch(), gerchar(), gets()?
As soon as we switch on microcontroller what will happen internally?
where macro and constant variables will store?

You might also like