Why array is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4
What will be the output of x++ + ++x?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
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
What is difference between && and & in c?
what is difference between strcmp & palindrome?
What are the disadvantages of external storage class?
What is the use of the restrict keyword?
What is a structure and why it is used?
Explain the bubble sort algorithm.
4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
What are the different types of errors?