What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
No Answer is Posted For this Question
Be the First to Post Answer
how to find your architecture is LittleEndian or BigEndian?
Why can’t constant values be used to define an array’s initial size?
Write programs for String Reversal & Palindrome check
how to connect oracle in C/C++.
Is there a built-in function in C that can be used for sorting data?
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES
What are shell structures used for?
Can we use visual studio for c?
can we write a program in c for printf and scanf without using header file stdio.h
Write a program to reverse a given number in c language?
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }
what are enumerations in C