How can I increase the allowable number of simultaneously
open files?
What is restrict keyword in c?
wat are the two methods for swapping two numbers without using temp variable??
write a program to display the frequency of each element in a given array in c language
Why flag is used in c?
How can I read data from data files with particular formats?
Why is c used in embedded systems?
HOW TO SWAP TWO NOS IN ONE STEP?
What is the difference b/w Structure & Class?
Are pointers integer?
What will be the result of the following program? char*g() { static char x[1024]; return x; } main() { char*g1="First String"; strcpy(g(),g1); g1=g(); strcpy(g1,"Second String"); printf("Answer is:%s", g()); } (A) Answer is: First String (B) Answer is: Second String (C) Run time Error/Core Dump (D) None of these
A program to allow an input operand and operator from the operator and read on the display and output operand.
a 'c' program to tell that the set of three coordinates lie on a same line