Write program to remove duplicate in an array?
Give me basis knowledge of c , c++...
What is the difference between scanf and fscanf?
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,
Write a program to swap two numbers without using third variable in c?
What are keywords c?
What is the relationship between pointers and data structure?
fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }
why arithmetic operation can’t be performed on a void pointer?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
Why do we use pointer to pointer in c?
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
what is the use of a array in c