What is define directive?
No Answer is Posted For this Question
Be the First to Post Answer
What is union in c?
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
Give the rules for variable declaration?
What are the 4 data types?
how to find your architecture is LittleEndian or BigEndian?
Can include files be nested? How many levels deep can include files be nested?
Is it acceptable to declare/define a variable in a c header?
Write a program to generate the Fibinocci Series
What ios diff. Between %e & %f?
How can you draw circles in C?
how to find the sizof of any datatype using bit manipulations