Answer Posted / kajal agarwal
People who are not confident of themselves write negative
about the company. There is a way/solution for everything.
Cribbers never succeed.
| Is This Answer Correct ? | 20 Yes | 9 No |
Post New Answer View All Answers
C language questions for civil engineering
What is a string?
How can I call a function with an argument list built up at run time?
What is sizeof in c?
Explain a pre-processor and its advantages.
I came across some code that puts a (void) cast before each call to printf. Why?
Explain data types & how many data types supported by c?
What are the 5 elements of structure?
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 keyword in c?
What is meant by type casting?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is scanf_s in c?
Explain how can you tell whether two strings are the same?
Tell us bitwise shift operators?