What are the 4 data types?
No Answer is Posted For this Question
Be the First to Post Answer
how i m write c program 1.check prime number 2.prime number series
I want tcs placement papers of 2004-2009 , its urgent
Tell me is null always defined as 0(zero)?
What is structure padding & expalain wid example what is bit wise structure?
Explain what is operator promotion?
What is the purpose of type declarations?
#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 a function prototype?
Does c have function or method?
what is the difference between static variable and register variable?
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
What is a pointer in c?