What is difference between structure and union in c programming?
Explain is it valid to address one element beyond the end of an array?
What is bash c?
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 #define used for in c?
advantages of pointers?
Explain what header files do I need in order to define the standard library functions I use?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }
What is a program flowchart?
Can variables be declared anywhere in c?
12345 1234 123 12 1
Write the Program to reverse a string using pointers.