Explain what does the format %10.2 mean when included in a printf statement?
Write a function that will take in a phone number and output all possible alphabetical combinations
What is data type long in c?
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
What does the format %10.2 mean when included in a printf statement?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Explain how does free() know explain how much memory to release?
enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?
Write a c program to print the sizes and ranges of different data types in c?
Bit swapping
Why can’t constant values be used to define an array’s initial size?
ASCII stands for