Why flag is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the 4 types of unions?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We.....Are....Student “ Note: one .=1 Space Output: "We Are Student"
what is different between auto and local static? why should we use local static?
What is include directive in c?
how to get starting address of a running C program
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
How do you define a string?
How can I sort more data than will fit in memory?
What is file in c preprocessor?
How can I delete a file?
What are the usage of pointer in c?