What does sizeof return c?
No Answer is Posted For this Question
Be the First to Post Answer
If input is 123 then how to print 100 and 20 and 3 seperately?
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
What is the difference between array and pointer?
what is event driven software and what is procedural driven software?
What does %c mean in c?
How to print "Hi World" without using semi colon?
Write a function to find the area of a triangle whose length of three sides is given
What is the difference between Printf(..) and sprint(...) ?
Explain what are the different file extensions involved when programming in c?
in linking some of os executables are linking name some of them
What is the explanation for prototype function in c?
when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .