Do you know what is a programing language ?
No Answer is Posted For this Question
Be the First to Post Answer
Compare and contrast compilers from interpreters.
Explain how can I make sure that my program is the only one accessing a file?
for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????
Write a progarm to find the length of string using switch case?
When should the const modifier be used?
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
write a method for an array in which it can display the largest n next largest value.
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
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
What are the loops in c?
What is the real time usage volatile?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor