What is a example of a variable?
No Answer is Posted For this Question
Be the First to Post Answer
What are header files? What are their uses?
What is the general form of a C program?
What is an identifier?
write a program for 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 3 4 4
what is the difference between structural,object based,object orientd programming languages?
Is c call by value?
how can we use static and extern?and where can we use this?
#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?
what is the difference between arrays and linked list
26 Answers MAHINDRA, Tech Mahindra, Wipro,
What is the use of bitwise operator?
What does == mean in texting?
Is null valid for pointers to functions?