how could explain about job profile
No Answer is Posted For this Question
Be the First to Post Answer
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?
What is the stack in c?
why do we use pointer instead directly acessing the data?
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
How do I access command-line arguments?
Is it acceptable to declare/define a variable in a c header?
multiple of 9 without useing +,* oprator
when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .