-
Display data in subscript
How can we display data in subscript by using C language?
-
Binary equivalent of Float
How to find binary equivalent of a float number 5.375?
-
Convert 2D Array
1. Given an 2D array A[M][N], we are converting it into A[N][M] along with rotating it anti clockwise. What should be the mapping,A[i][j] = A[?][?] (i,j
are 0 based indices) example:.............................................4......81...2...3...4..............................3......7.......................======>..........2......6 5...6...7...8..............................1......5
2.... -
Matrix Multiplicaton
Write a program in c to show matrix multiplicaton
-
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?
-
Determine Byte Offset
How to determine byte offset of a field within structure in C?
-
Address bus
How will you design address bus?
-
Call a Function
How to call a function, given its name as a string?
-
Return Multiple Values from Function
How to return multiple values from a function?
-
Allocate Arrays or Structures
How to allocate arrays or structures bigger than 64K?
-
View Files
How to view files created by a C program in Windows mode?
-
Size of an Variable
How to find size of an variable without using sizeof operator?
-
Image in C Program Console
How to put Image in C Program Console
-
Multiply One Set of Numbers
How to multiply one set of numbers with other set of numbers using a for loop?
-
Basic Compilers
What are the types of basic compilers?
-
Carriage Return
Can you tell about C language carriage return. What is the functionality of carriage return in C?
-
Defining Structures
Why Structures cannot be defined constant using #define?
-
Uses of Structures
What are the uses of structures in C?
-
Insert File
How to insert file in C program?
C Interview Questions
Ans