What are identifiers in c?
No Answer is Posted For this Question
Be the First to Post Answer
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What is a structure in c language. how to initialise a structure in c?
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
What are pointers really good for, anyway?
Difference between fopen() and open()?
what does ‘segmentation violation’ mean?
Can a variable be both static and volatile in c?
What does c mean?
I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.