#include<stdio.h>
void main()
{
int =1;
printf("%d%d%d",a++,++a,++a);
}
Answers were Sorted based on User's Feedback
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
What is the size of enum in c?
from which concept of 'c', the static member function of 'c++' has came?
What are variables and it what way is it different from constants?
What does 1f stand for?
i have a written test for microland please give me test pattern
what is constant pointer?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
Can we assign string to char pointer?
What is the deal on sprintf_s return value?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
Why void is used in c?