-
-
-
Determine Byte Offset
How to determine byte offset of a field within structure in C?
-
Write a program to print the given integers in the corresponding wordings?
Say for eg. if 123 is given as input the output should be displayed as
-
Increment Operator
Explain why p++ is faster than p+1?
-
-
-
Return an Array from a function
How to return an array as the output parameter of a function?
-
Device Drivers
How to write device driver in C?
-
-
-
BSS Segment
What is BSS segment? Where it will be?
-
How to print all the possible combinations of a given integer ?
.for eg 12 is the entered no.then print 12, 21if 123 is entered nothen print 123, 231, 321, 132, 213, 312.
-
Reversing array of characters without indexing in the array
How would you reverse a given array of characters and how would you reverse without indexing in the array?
-
Matrix Multiplicaton
Write a program in c to show matrix multiplicaton
-
strncpy() & memcpy() function in C
what is the difference between strncpy()(not strcpy) & memcpy() function in C?
-
-
-
Do while() & while()
What is the minimum execution of do while() and while()?if there is a change why is it so?
-
C Interview Questions
Ans