can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).
1 3331In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?
5 7445
What is define c?
How are structure passing and returning implemented?
Explain what is the heap?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What is data structure in c programming?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What is extern variable in c with example?
What is bash c?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Is there any possibility to create customized header file with c programming language?
What do you mean by command line argument?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Explain how does flowchart help in writing a program?
Can a variable be both constant and volatile?
program for reversing a selected line word by word when multiple lines are given without using strrev