What is the use of
in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the disadvantages of a shell structure?
struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā%dā,s.x); }
Why do we use int main?
how is the examination pattern?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
what is use#in c
Explain can static variables be declared in a header file?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
c program to print a name without using semicolon
how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?
What are the different file extensions involved when programming in C?