Explain the properties of union.
No Answer is Posted For this Question
Be the First to Post Answer
How to implement a packet in C
#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }
Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
How can I find out if there are characters available for reading?
What is include directive in c?
What is a pointer and how it is initialized?
What is call by reference in functions?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.
Is boolean a datatype in c?
Explain how do you use a pointer to a function?
I need a sort of an approximate strcmp routine?