Is it cc or c in a letter?
write a c program to store and print name,address,roll.no of a student using structures?
If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?
Write a program to find whether the given number is prime or not?
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }
Give me the code of in-order recursive and non-recursive.
Why clrscr is used in c?
can anyone suggest some site name..where i can get some good data structure puzzles???
2. Counting in Lojban, an artificial language developed over the last fourty years, is easier than in most languages The numbers from zero to nine are: 0 no 1 pa 2 re 3 ci 4 vo 5 mk 6 xa 7 ze 8 bi 9 so Larger numbers are created by gluing the digit togather. For Examle 123 is pareci Write a program that reads in a lojban string(representing a no less than or equal to 1,000,000) and output it in numbers.
Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?
What does do in c?