What is anagram in c?
No Answer is Posted For this Question
Be the First to Post Answer
a program that can input number of records and can view it again the record
what is pointer
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
how can use subset in c program and give more example
Is flag a keyword in c?
Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
Are pointers integer?
dibakar & vekatesh..uttejana here..abt ur reply for in place reversal of linked list..wats p stands for there?
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,
What happens if you free a pointer twice?
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,