Why is sizeof () an operator and not a function?
No Answer is Posted For this Question
Be the First to Post Answer
What are keywords c?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
Explain the difference between getch() and getche() in c?
What functions are in conio h?
How is = symbol different from == symbol in c programming?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
Find the O/p of the following struct node { char *name; int num; }; int main() { struct node s1={"Harry",1331}; struct node s2=s1; if(s1==s2) printf("Same"); else printf("Diff"); }
write a program that print itself even if the source file is deleted?
how to build a exercise findig min number of e heap with list imlemented?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
Explain what are the different file extensions involved when programming in c?
where does malloc() function get the memory?