Is c call by value?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of union?
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What are runtime error?
What are enums in c?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What are the types of type specifiers?
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised
what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }
Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;
18 Answers Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,
What is volatile variable in c with example?