What does the && operator do in a program code?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by scope of a variable in c?
say the following declaration is correct nr not. int b=a,n=0;
#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?
Explain logical errors? Compare with syntax errors.
Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.
Dont ansi function prototypes render lint obsolete?
main() { int i; printf("%d",i^i); }
What are the key features in c programming language?
What is an endless loop?
What does %f mean c?
Why is c so popular?
Why does everyone say not to use gets?