what is the advantage of software development
Answer / shubham singh
To decrease the complexcity of the user problem and fast
work
| Is This Answer Correct ? | 3 Yes | 1 No |
Write a program to exchange two variaables without temp
Write a program to show the workingof auto variable.
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
What is alloca() and why is its use discouraged?
How do we print only part of a string in c?
What is type qualifiers?
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
25 Answers Datamatics, Solartis, TCS, ThinkBox, Trine,
What is the purpose of type declarations?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What are the various topologies? Which one is the most secure?
Do you know what is the purpose of 'extern' keyword in a function declaration?