What is sizeof c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 Answers MIT, TCS,
What is the proper way of these job Tell me about there full work
Describe the steps to insert data into a singly linked list.
why TCS selected more student in the software field from all institution.
When would you use a pointer to a function?
Can you please explain the difference between malloc() and calloc() function?
main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
What is the newline escape sequence?
helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
What is mean by data types in c?