What is your nationality?
Program to Delete an element from a doubly linked list.
4 Answers College School Exams Tests, Infosys,
void main() { while(1){ if(printf("%d",printf("%d"))) break; else continue; } }
Write a Program that Inputs 10 Numbers in an Array and Show the Maximum Number
How do I write a program to print proper subset of given string . Eg :input: abc output:{},{a},{b},{c},{a,b},{a,c},{b,c}, {a,b,c}.I desperately need this program please mail me to saravana6m@gmail.com
Write a program that produces these three columns sequence nos. using loop statement Sequence nos. Squared Squared + 5 1 1 6 2 4 9 3 9 14 4 16 21 5 25 30
print numbers till we want without using loops or condition statements like specifically(for,do while, while swiches, if etc)!
Who could write how to find a prime number in dynamic array?
Finding a number which was log of base 2
main() { char *p = “ayqm”; char c; c = ++*p++; printf(“%c”,c); }
To Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates. String contains only lowercase characters ['a'-'z']
main() { char *p = “ayqm”; printf(“%c”,++*(p++)); }
29 Answers IBM, TCS, UGC NET, Wipro,
what is variable length argument list?