say the following declaration is correct nr not.
int b=a,n=0;
Answers were Sorted based on User's Feedback
Answer / nishant kumar
it's wrong as u are asigning 'a' to 'b' without declaring its data type..
| Is This Answer Correct ? | 3 Yes | 0 No |
What is a macro?
What are structure members?
Can a function argument have default value?
What is meant by initialization and how we initialize a variable?
3. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r
How to access or modify the const variable in c ?
16 Answers HCL, HP,
Write a C program to convert an integer into a binary string?
given post order,in order construct the corresponding binary tree
Explain the bubble sort algorithm.
What is the use of function in c?
How can I increase the allowable number of simultaneously open files?
My teacher ask to make a program that can: Insert record in front Insert record at the end Insert in between Search node record Delete record in front Delete record at the end Delete record in between Using Data structure Linked List type. But I'm really confused about the codes and I can't go through. Please help Thanks in advance. Also here is my unfinished code if someone can make changes it will be more good.