What is the hardest programming language?
No Answer is Posted For this Question
Be the First to Post Answer
How can my program discover the complete pathname to the executable from which it was invoked?
Explain how can I prevent another program from modifying part of a file that I am modifying?
What oops means?
Why functions are used in c?
2)#include<iostream.h> main() { printf("Hello World"); } the program prints Hello World without changing main() the o/p should be intialisation Hello World Desruct the changes should be a)iostream operator<<(iostream os, char*s) os<<'intialisation'<<(Hello World)<<Destruct b) c) d)none of the above
Explain what is the difference between the expression '++a' and 'a++'?
Develop a program that computes the new price of an item. The program should receive a character variable colour and a double precision floating-point variable price from the user. Discount rate is determined based on the colour of the discount sticker, as shown in the following table. An error message should be printed if an invalid colour has been entered
What is string function in c?
Without Computer networks, Computers will be half the use. Comment.
Are the variables argc and argv are local to main?
What is the difference between fork() and vfork()?
Can math operations be performed on a void pointer?