What is #error and use of it?
No Answer is Posted For this Question
Be the First to Post Answer
#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }
What is calloc()?
What are the different types of constants?
who developed c and why he developed c?
what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is logical error?
what is mallloc()?how it works?
Write a program in c to replace any vowel in a string with z?
How to define structures? ·
Why is c known as a mother language?
What is the use of typedef in structure in c?