What are the types of assignment statements?
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS C?
What is typedef example?
how to print this pyramid * * * * * * * * * * * * *
What is null in c?
Which is better pointer or array?
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }
Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
how can use subset in c program and give more example
define switch statement?
what is difference between procedural language and functional language ?