Write a program to implement queue.
No Answer is Posted For this Question
Be the First to Post Answer
Write down the program to sort the array.
write a program to find the given number is prime or not
2 Answers Accenture, Vasutech,
please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
Why is a semicolon (;) put at the end of every program statement?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Explain what are its uses in c programming?
What is the default value of local and global variables in c?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Are the outer parentheses in return statements really optional?
Why c++ is called c++ and not c+?
What is the general form of #line preprocessor?