What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
No Answer is Posted For this Question
Be the First to Post Answer
how to make a scientific calculater ?
Why double pointer is used in c?
consider the following structure: struct num nam{ int no; char name[25]; }; struct num nam n1[]={{12,"Fred"},{15,"Martin"},{8,"Peter"},{11,Nicholas"}}; ..... ..... printf("%d%d",n1[2],no,(*(n1 + 2),no) + 1); What does the above statement print? a.8,9 b.9,9 c.8,8 d.8,unpredictable value
program to find the magic square
What do you mean by invalid pointer arithmetic?
Can we assign integer value to char in c?
What is a constant?
What are structural members?
What is a macro?
a simple c program using 'for' loop to display the output 5 4 3 2 1
Hi can anyone tell what is a start up code?
Explain data types & how many data types supported by c?