hi friends how r u as soon in satyam my interview is start
but i m very confusued ta wat i do plz help me frndz wat
can i do plz tell me some question and answers related
with "C" which r asked in the interview .
No Answer is Posted For this Question
Be the First to Post Answer
What are structural members?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }
who developed c and why he developed c?
What do you mean by dynamic memory allocation in c? What functions are used?
what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>
what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
What are compound statements?
What is a void * in c?
How can I read in an object file and jump to locations in it?
i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
How can I read/write structures from/to data files?