What is the maximum no. of arguments that can be given in a command line in C.?
No Answer is Posted For this Question
Be the First to Post Answer
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)
What are the different types of control structures?
Can you please compare array with pointer?
Is javascript based on c?
Difference between Function to pointer and pointer to function
Explain what is a stream?
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.
What is volatile, register definition in C
What is chain pointer in c?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me