Is file a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is sizeof in c?
what is calloc and malloc?
what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????
Can you tell me how to check whether a linked list is circular?
what is C?
how can I convert a string to a number?
What header files do I need in order to define the standard library functions I use?
List a few unconditional control statement in c.
What is the significance of an algorithm to C programming?
How can you increase the size of a dynamically allocated array?
what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel