What are identifiers in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of operator ^ in C ? and how it works?
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
How pointer is different from array?
Is there a way to switch on strings?
write a recursive program in'c'to find whether a given five digit number is a palindrome or not
What is the use of typedef in structure in c?
we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?
Explain how do you view the path?
wap to print "hello world" without using the main function.
What is wrong with this initialization?
write a program to generate 1st n fibonacci prime number
Explain what is the concatenation operator?