Does c have circular shift operators?
No Answer is Posted For this Question
Be the First to Post Answer
Meaning of () in c
write a program to generate 1st n fibonacci prime number
What are the usage of pointer in c?
#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }
What are run-time errors?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?
Explain can static variables be declared in a header file?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
Explain what is the use of a semicolon (;) at the end of every program statement?
Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }
what is difference between ANSI structure and C99 Structure?