What is difference between && and & in c?
No Answer is Posted For this Question
Be the First to Post Answer
How many bytes are occupied by near, far and huge pointers (dos)?
How to calculate sum
Can true be a variable name in c?
number of times a digit is present in a number
2. What does static variable mean?
can we print any string in c language without using semicolon(;)(terminator) in whole program.
A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }
What is a struct c#?
How do you use a pointer to a function?
What is chain pointer in c?
What are the three constants used in c?
Where can I get an ansi-compatible lint?