What is unary operator?
No Answer is Posted For this Question
Be the First to Post Answer
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.
write a c program for swapping two strings using pointer
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]
Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.
How can a program be made to print the name of a source file where an error occurs?
What is the scope of an external variable in c?
How can I call a function, given its name as a string?
What are keywords in c with examples?
How. To pass the entrance test
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.