What is calloc() function?
Linked lists -- can you tell me how to check whether a linked list is circular?
print ur name without using any semicolon in c/c++....
21 Answers Bosch, TCS, Wipro,
Why doesnt long int work?
to write a program, that finds the minimum total number of shelves, including the initial one, required for this loading process. The packets are named A, B, C, D, E …….. Any numbers of packets with these names could be kept in the shelf, as in this example: [ZZLLAAJKRDFDDUUGGYFYYKK]. All packets are to be loaded on cars. The cars are lined in order, so that the packets could be loaded on them. The cars are also named [A, B, C, D, E,………….].
Are comments included during the compilation stage and placed in the EXE file as well?
what is a headerfile?and what will be a program without it explain nan example?
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code
how to swap two integers 1 and 32767 without using third variable
Where register variables are stored in c?
Is anything faster than c?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1