Why is C language being considered a middle level language?
No Answer is Posted For this Question
Be the First to Post Answer
What is restrict keyword in c?
write a program which will count occurance of a day between two dates.
Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)
Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above
Why doesn't the code "a[i] = i++;" work?
How many types of errors are there in c language? Explain
how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .
Why do we use c for the speed of light?
why we are using float in C
what is ANSI and ISO
#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }
What is the value of c?