Explain the difference between structs and unions in c?
No Answer is Posted For this Question
Be the First to Post Answer
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Explain how can I open a file so that other programs can update it at the same time?
biggest of two no's with out using if condition statement
What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT
What is a node in c?
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
related proverb of "dont count your chicken before it hatches"
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
How to print "Hi World" without using semi colon?
Define C in your own Language.