What are qualifiers?
No Answer is Posted For this Question
Be the First to Post Answer
what wud be the output? main() { char *str[]={ "MANISH" "KUMAR" "CHOUDHARY" }; printf("\nstring1=%s",str[0]); printf("\nstring2=%s",str[1]); printf("\nstring3=%s",str[2]); a)string1=Manish string2=Kumar string3=Choudhary b)string1=Manish string2=Manish string3=Manish c)string1=Manish Kumar Choudhary string2=(null) string3=(null) d)Compiler error
what is the differance between pass by reference and pass by value.
write an interactive program to generate the divisors of a given integer.
Why use int main instead of void main?
What is %d used for?
Can a variable be both constant and volatile?
#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?
to get a line of text and count the number of vowels in it
What is period operator in c?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software