in programming languages a statement or part of a statement that specifies several different execution sequences
a) constructs
b) distructs
c) executes
d) none
What is the scope of an external variable in c?
difference between my-strcpy and strcpy ?
3 Answers Geometric Software, IIM, Infosys,
what is difference between array of characters and string
What is double pointer?
How can I prevent another program from modifying part of a file that I am modifying?
Is c procedural or object oriented?
What standard functions are available to manipulate strings?
how to print this sereis 2 4 3 6 5..........?
In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?
write a reverse string to print a stars.(with out using logic) ***** **** *** ** *
WHAT IS FLOAT?
List the difference between a 'copy constructor' and a 'assignment operator' in C?