Is it possible to use curly brackets ({}) to enclose single line code in c program?
No Answer is Posted For this Question
Be the First to Post Answer
How do you write a program which produces its own source code as its output?
How can I implement a delay, or time a users response, with sub-second resolution?
What are run-time errors?
How do you determine a file’s attributes?
Explain the difference between call by value and call by reference in c language?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
2 Answers Aricent, Manipal University,
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
how to swap two nubers by using a function with pointers?
What are the salient features of c languages?
What is a dynamic array in c?
how to write a data 10 in address location 0x2000
What are the languages are portable and platform independent?Why they are like that?