a program that can input number of records and can view it
again the record
No Answer is Posted For this Question
Be the First to Post Answer
Expand the following LKB BKL FFG
Why c is a procedural language?
I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.
Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com
logic for x=y^n
What are keywords c?
struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
How to access or modify the const variable in c ?
16 Answers HCL, HP,
What is the scope of static variables in c language?
What do you understand by normalization of pointers?
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }