what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
2403#include
TCS,
9 14184Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
2352Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
1 3175One 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.
26421)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
1 8481A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?
2046#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
1 5364write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
1 2985
Can we assign string to char pointer?
Can we access array using pointer in c language?
Write the Program to reverse a string using pointers.
What is the difference between declaring a variable by constant keyword and #define ing that variable?
I need testPalindrome and removeSpace
#include
please give me some tips for the placement in the TCS.
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Are negative numbers true in c?
How can I write a function analogous to scanf?
What is operator precedence?
differentiate built-in functions and user – defined functions.
How can you convert integers to binary or hexadecimal?
How many identifiers are there in c?
What is the difference between array and linked list in c?