What is the purpose of clrscr () printf () and getch ()?
No Answer is Posted For this Question
Be the First to Post Answer
create an SINGLE LINKED LISTS and reverse the data in the lists completely
How pointer is different from array?
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
what is the advantage of function pointer
16 Answers CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,
will u give me old quesrion papers for aptitude for L & t info tech?
main() { printf("hello%d",print("QUARK test?")); }
What is clrscr in c?
struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789
string reverse using recursion