Difference between goto, long jmp() and setjmp()?
No Answer is Posted For this Question
Be the First to Post Answer
write a c prog for removing duplicate character from an array and sorting remaining elements using a single array
What are terms in math?
What is data types?
What does a run-time "null pointer assignment" error mean?
how to go with this?
Just came across this question, felt worth sharing, so here it is I want you to make a C/C++ program that for any positive integer n will print all the positive integers from 1 up to it and then back again! Let's say n=5 I want the program to print: 1 2 3 4 5 4 3 2 1. Too easy you say? Okay then... You can ONLY USE: 1 for loop 1 printf/cout statement 2 integers( i and n) and as many operations you want. NO if statements, NO ternary operators, NO tables, NO pointers, NO functions!
10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A
17 Answers ABC, College School Exams Tests,
Compare array data type to pointer data type
why we are using float in C
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list