What is difference between union and structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is pointer to pointer in c?
char p="data"; printf(p);
What is the benefit of using an enum rather than a #define constant?
12345 1234 123 12 1
5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
what is C?
How can I read data from data files with particular formats?
How we can insert comments in a c program?
4. main() { int c=- -2; printf("c=%d",c); }
Explain how do you determine a file’s attributes?
how c source file in converted to exe file