What are the 4 types of programming language?
No Answer is Posted For this Question
Be the First to Post Answer
difference between function & structure
write a program to copy a string without using a string?
Can stdout be forced to print somewhere other than the screen?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation
write a “Hello World” program in “c” without using a semicolon?
What are the different pointer models in c?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What is C language Terminator?
What are disadvantages of C language.
How can a program be made to print the name of a source file where an error occurs?