can anyone suggest some site name..where i can get some
good data structure puzzles???
No Answer is Posted For this Question
Be the First to Post Answer
12344321 123 321 12 21 1 1 how i print this program??
5 Answers DSR Management, Winit,
Write a program to print all permutations of a given string.
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
How can I read data from data files with particular formats?
What is "Hungarian Notation"?
the question is that what you have been doing all these periods (one year gap)
prog for 1st five prime numbers in 2^x - 1
How can you pass an array to a function by value?
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
What is restrict keyword in c?