Write a program that receives as input a number omaadel-n-print, four digits.
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?
difference between ordinary variable and pointer in C?
Why is c still so popular?
how to sort two array of characters and make a new array of characters.
Program to write some contents into a file using file operations with proper error messages.
Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.
How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.
hi , please send me NIC written test papers to sbabavalli@gmail.com
How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.
what will be the output: main(){char ch;int a=10;printf("%d",ch);}
36 Answers Accenture, TCS, Wipro,
When is an interface "good"?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given