Explain how can I read and write comma-delimited text?
No Answer is Posted For this Question
Be the First to Post Answer
How to add two numbers without using semicolon n c????
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
What are c identifiers?
difference between c and c++?
Write a program that can show the multiplication table.
What is the Lvalue and Rvalue?
What are the advantages of Macro over function?
Explain pointers in c programming?
What is structure data type in c?
what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel
What are local static variables?