What is a node in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are integer variable, floating-point variable and character variable?
How do you print only part of a string?
Explain the properties of union.
how to generate sparse matrix in c
How can you check to see whether a symbol is defined?
What are data types in c language?
How can type-insensitive macros be created?
how to use enum datatype?Please explain me?
Which node is more powerful and can handle local information processing or graphics processing?
Why can't we initialise member variable of a strucutre
#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.
What is a char c?