What is the meaning of c in c language?
No Answer is Posted For this Question
Be the First to Post Answer
Program to simulate second clock
What is the c language function prototype?
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }
how to find anagram without using string functions using only loops in c programming
what are the languages used in c#?
is it possible to change the default calling convention in c ?
What are integer variable, floating-point variable and character variable?
What is local and global variable in c?
Write a code to generate divisors of an integer?
what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;
Explain what is the difference between null and nul?