What is wrong with this initialization?
No Answer is Posted For this Question
Be the First to Post Answer
C language questions for civil engineering
What are identifiers c?
main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*
Write a C program to convert an integer into a binary string?
What is the purpose of 'register' keyword in c language?
When the macros gets expanded?
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,
Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort
What is self-referential structure in c programming?
What is return type in c?
Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...
how can use subset in c program and give more example