write a program to generate address labels using structures?
No Answer is Posted For this Question
Be the First to Post Answer
print ur name without using any semicolon in c/c++....
21 Answers Bosch, TCS, Wipro,
Is array a primitive data type in c?
Write a program to reverse a given number in c?
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
Explain the properties of union. What is the size of a union variable
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }
How can I find the day of the week given the date?
read an array and search an element
wat is the meaning of c?
What is C language Terminator?
Explain how can you restore a redirected standard stream?
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a