Sie sind auf Seite 1von 5

c is a structural or highlevel or middle level language which one is correct answer

View Answer What is the difference between #include <file> and #include ?file??

View Answer how to create love flames program using c language

View Answer How do you override a defined macro?

View Answer Can a file other than a .h file be included with #include?

View Answer What is the difference between NULL and NUL?

View Answer How can you avoid including a header more than once?

View Answer Is it possible to execute code even after the program exits the main() function?

View Answer Write the equivalent expression for x%8?

View Answer How are portions of a program disabled in demo versions?

View Answer What will be printed as the result of the operation below: main() { char *ptr = ? Cisco Systems?; *ptr++; printf(?%sn?,ptr); ptr++; printf(?%sn?,ptr); }

View Answer Is there anything you can do in C++ that you cannot do in C ?

View Answer What is the benefit of using #define to declare a constant ?

View Answer Is it possible to print graphics output in C?

View Answer What are the different storage classes in C ?

View Answer How to write a C program for displaying a sentence without output command?

View Answer What is the use of semicolon at the end of every statement?

View Answer Difference between :- 1) C and C++ 2) main() in c and main() in c++ ?

View Answer Define structural language and procedural language?

View Answer The following variable is available in file1.c, who can access it?: static int average; How can we use data connectivity in 'c' language?

View Answer What are the standard predefined macros?

View Answer What is a pragma?

View Answer How to improve my c knowledge........

View Answer what is the difference between int and long int in C

View Answer What is Preprocessor?

View Answer

What is the differece between #define and constant in C?

View Answer Can you define which header file to include at compile time?

View Answer What is #line used for?

View Answer If compiler for c is written in c language, which is used to complie the compiler?

View Answer Write a C program to print that a number is odd or even?

View Answer What is object file? How can you access object file?

View Answer How can C programs run without header files?

View Answer # What will be the result of the following code? #define TRUE 0 // some code while(TRUE) { // some code }

View Answer How to print value without using any output statements?

View Answer What will print out? main() { char *p1=?name?; char *p2; p2=(char*)malloc(20); memset (p2, 0, 20); while(*p2++ = *p1++); printf(? %sn?,p2); }

View Answer Can you write a c program without using main function?

View Answer What are the characteristics of arrays in C?

View Answer What is modular programming?

View Answer how to create relation calculator program using c language

Das könnte Ihnen auch gefallen