Is c still used in 2019?
control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent
Method Overloading exist in c ?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What are the preprocessors?
how to impliment 2 or more stacks in a single dimensional array ?
What do you mean by invalid pointer arithmetic?
Why c is a procedural language?
#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.
how 2 compile & execute c program with out using editor?
int i=10; printf("%d %d %d", i, i=20, i);
What is nested structure in c?
What is modeling?