-
-
-
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?
-
-
-
-
-
-
-
-
-
-
-
What is the procedure in memory after running the c program ?
I mean generally after execution of c program .c,.doc,.exe,.bak files are created,so how these files are allocated in the memory stack?
-
-
-
-
Object creation
How can we stop the user make an object on stack, i.e. user must be able to create the object on heap only.
-
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?
C Interview Questions
Ans