How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.
1912how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
3 5655we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
2 5758i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
2329i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
RBI,
1976
Can we compile a program without main() function?
Explain how can I pad a string to a known length?
What is extern variable in c with example?
Tell me about low level programming languages.
Explain what is a static function?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
Write a program to print numbers from 1 to 100 without using loop in c?
How can you read a directory in a C program?
How does selection sort work in c?
What are the parts of c program?
What is a pointer variable in c language?
Explain the term printf() and scanf() used in c language?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is #include conio h?
What are pragmas and what are they good for?