-
C logic help
In this x is the input and F(X) is the output,tab_func(sin, 0.0, PI, PI/8.0) is the method i have to use to get a output.Plz give me the relation b/w x and F(x).A function which will tabulate values of any given function from a given startingvalue up to (and including) a given final value. The size of the each step from thestarting value to the final value should also be a parameter of the function.For...
-
Read data in mdb file
How to access and read data in mdb file from C?
-
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?
C Interview Questions
Ans