What is a structure in c language. how to initialise a structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
What is c definition?
What are Macros? What are its advantages and disadvantages?
What is c language used for?
Define macros.
What is an lvalue in c?
Write a function to find the area of a triangle whose length of three sides is given
will the program compile? int i; scanf(ā%dā,i); printf(ā%dā,i);
What are pragmas and what are they good for?
Why is it important to memset a variable, immediately after allocating memory to it ?
What is function and its example?