How does sizeof know array size?
No Answer is Posted For this Question
Be the First to Post Answer
name the language for writing c compiler?
write a program that explain #define and # undef directive
While(1) { } when this loop get terminate is it a infinite loop?
What is d'n in c?
Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???
What are the 5 types of organizational structures?
what is a headerfile?and what will be a program without it explain nan example?
What are the functions to open and close file in c language?
Write a program that his output * *** *****
What would be an example of a structure analogous to structure c?
Explain what is the difference between text files and binary files?
what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }