Answer Posted / suganya.s
C is a structured, procedural programming language.C has
been standardized as part of the Portable Operating system.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
code for replace tabs with equivalent number of blanks
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What does it mean when a pointer is used in an if statement?
Why flag is used in c?
What are the parts of c program?
Can an array be an Ivalue?
Explain threaded binary trees?
Explain how can a program be made to print the line number where an error occurs?
what is bit rate & baud rate? plz give wave forms
What is the use of getch ()?
how to build a exercise findig min number of e heap with list imlemented?
What is the purpose of main( ) in c language?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What are c header files?