Why c is faster than c++?
No Answer is Posted For this Question
Be the First to Post Answer
Combinations of fibanocci prime series
Write a Program to find whether the given number or string is palindrome.
What is pass by reference in functions?
what type of language is C?
#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }
Program to find larger of the two numbers without using if-else,while,for,switch
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
How can I manipulate strings of multibyte characters?
What's the difference between constant char *p and char * constant p?
why array index always starts from zero??
What does return 1 means in c?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }