What is structure of c program?
No Answer is Posted For this Question
Be the First to Post Answer
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }
What is c token?
What is nested structure with example?
code for bubble sort?
How would you obtain the current time and difference between two times?
To what value are pointers initialized? 1) NULL 2) Newly allocated memory 3) No action is taken by the compiler to initialize pointers.
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
what is the use of using linked list and array?
List a few unconditional control statement in c.
How can I change the size of the dynamically allocated array?
What are the __date__ and __time__ preprocessor commands?
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.