What are the 5 organizational structures?
No Answer is Posted For this Question
Be the First to Post Answer
What is a program flowchart and explain how does it help in writing a program?
Explain what is a stream?
write a program which counts a product of array elements lower than 10.
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
What is c value paradox explain?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
Why doesnt the call scanf work?
What's wrong with "char *p; *p = malloc(10);"?
How can variables be characterized?
What is a C array and illustrate the how is it different from a list.
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,
what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel