What are linker error?
No Answer is Posted For this Question
Be the First to Post Answer
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.
What is output redirection?
What is a volatile keyword in c?
What is a union?
How will you write a code for accessing the length of an array without assigning it to another variable?
Write a code to generate divisors of an integer?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
2 Answers HCL, IBM, Satyam, Vimal, Vimukti Technologies,
What is the main difference between calloc () and malloc ()?
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
what is the maximum no. of bytes calloc can allocate
Can we assign string to char pointer?
Write a program to generate the Fibinocci Series