What is the process to create increment and decrement stamen in c?
No Answer is Posted For this Question
Be the First to Post Answer
can we print any string without using terminator?
Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What is cohesion and coupling in c?
You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.
What is meant by type casting?
What is a example of a variable?
Do you know the use of 'auto' keyword?
What's the difference between constant char *p and char * constant p?
i want to know aptitude questions,technical questions
what is mallloc()?how it works?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.