How do I use void main?
No Answer is Posted For this Question
Be the First to Post Answer
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.
is assignment operator is arithmatic or not
what is a function method?give example?
int far *near * p; means
writw a program to insert an element in the begning of a doubly linked list
What is a pointer variable in c language?
how to write hello word without using semicolon at the end?
How many types of arrays are there in c?
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
regarding pointers concept
Write a program to print all permutations of a given string.
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc