How to create struct variables?
No Answer is Posted For this Question
Be the First to Post Answer
how to write a program which adds two numbers without using semicolon in c
how can f be used for both float and double arguments in printf? Are not they different types?
How macro execution is faster than function ?
Why array is used in c?
How to compare array with pointer in c?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
C language questions for civil engineering
#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?
What is the use of ?
what is the value of b if a=5; b=++a + ++a
31 Answers Infosys, TCS, Tech Mahindra,
Explain Doubly Linked Lists?
What does the file stdio.h contain?