How can you increase the size of a statically allocated array?
No Answer is Posted For this Question
Be the First to Post Answer
How does memset() work in C?
Write a c program to demonstrate character and string constants?
What does a function declared as pascal do differently?
Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.
1 Answers College School Exams Tests, Wipro,
Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com
What is bubble sort in c?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What are c header files?
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
What is function in c with example?
What is Memory leakage ?
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan