Is file a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
how to make a scientific calculater ?
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");
Explain the properties of union. What is the size of a union variable
What is bubble sort technique in c?
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 "); }
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????
How many identifiers are there in c?
how to get the starting address of file stored in harddisk through 'C'program.
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
What is time null in c?
Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
What is an object?